add cslint to travis
This commit is contained in:
@@ -4,3 +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:
|
||||||
|
- gem install bundle
|
||||||
|
- bundle
|
||||||
|
- rake cs_lint
|
||||||
|
|||||||
Reference in New Issue
Block a user