mono try2

This commit is contained in:
Tommy Parnell
2015-06-17 15:27:58 -07:00
parent 366cc829f2
commit 84c27b6c9d
2 changed files with 5 additions and 16 deletions

View File

@@ -1,13 +1,6 @@
language: ruby
install:
- sudo apt-get update
- sudo apt-get install puppet
- puppet module install puppetlabs-apt
- puppet apply assets/puppet/site.pp
- bundle
language: csharp
solution: Untappd.Net.sln
script:
- bundle exec rake preflight
notifications:
email:
- tparnell8@gmail.com
gemfile: Gemfile
- xbuild /p:Configuration=Release Untappd.Net.sln
- mono ./packages/NUnit.Runners.*/tools/nunit-console.exe ./src/*Tests/bin/Release/*Tests.dll
sudo:false