have travis preflight

This commit is contained in:
Tommy Parnell
2015-06-19 14:33:38 -07:00
parent c315891c4d
commit 8871241580

View File

@@ -4,7 +4,7 @@ script:
- xbuild /p:Configuration=Release Untappd.Net.sln - xbuild /p:Configuration=Release Untappd.Net.sln
- mono ./packages/NUnit.Runners.*/tools/nunit-console.exe ./src/*Tests/bin/Release/*Tests.dll - mono ./packages/NUnit.Runners.*/tools/nunit-console.exe ./src/*Tests/bin/Release/*Tests.dll
sudo: false sudo: false
after_script: script:
- gem install bundle - gem install bundle
- bundle - bundle
- rake cs_lint - rake preflight