Files
Untappd.Net/.travis.yml
2015-06-19 21:52:15 -05:00

11 lines
284 B
YAML

language: csharp
solution: Untappd.Net.sln
script:
- xbuild /p:Configuration=Release Untappd.Net.sln
- mono ./packages/NUnit.Runners.*/tools/nunit-console.exe ./src/*Tests/bin/Release/*Tests.dll
sudo: false
script:
- gem install bundle
- bundle
- bundle exec rake preflight