add cslint to travis

This commit is contained in:
Tommy Parnell
2015-06-19 14:27:12 -07:00
parent f7e12c5391
commit 7af1215c26

View File

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