Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
homuroll committed Nov 9, 2016
1 parent bd0d0e2 commit d586ef3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: csharp
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 d586ef3

Please sign in to comment.