Update Travis.yml

This commit is contained in:
hondacrx
2017-10-26 18:12:02 -04:00
parent 5d1f0a8dc8
commit 00aca0ea11
+7 -2
View File
@@ -1,3 +1,8 @@
language: csharp
solution: ./CypherCore.sln
dist: trusty
sudo: required
mono: none
dotnet: 2.0.0
script:
- dotnet restore
- dotnet build