Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akankaria committed Jan 29, 2016
1 parent e0a9c5e commit a2ef69e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ install:
- sudo apt-get install nunit-console

script:
- xbuild ./SampleCode.csproj && xbuild ./SampleCodeTest/SampleCodeTest.csproj && nunit-console ./SampleCodeTest/SampleCodeTest.csproj
- xbuild ./SampleCode.csproj
- xbuild ./SampleCodeTest/SampleCodeTest.csproj
- nunit-console ./SampleCodeTest/SampleCodeTest.csproj

0 comments on commit a2ef69e

Please sign in to comment.