Skip to content

Commit

Permalink
Use dotnet instead of mono
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydavies committed Sep 25, 2018
1 parent e517365 commit 5a0c804
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,3 +1,13 @@
language: csharp
solution: ShaRPG.sln
dist: trusty
mono: none
dotnet: 2.1.402

install:
- dotnet restore

script:
- dotnet build
- dotnet test ScriptCompilerTests


0 comments on commit 5a0c804

Please sign in to comment.