Skip to content

Commit

Permalink
travis.yml is back
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Dec 31, 2017
1 parent 34912c2 commit 0457a23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: csharp
mono:
- latest
solution: GrEmit/GrEmit.sln
install:
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release GrEmit/GrEmit.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./GrEmit/Tests/bin/Release/Tests.dll

0 comments on commit 0457a23

Please sign in to comment.