diff --git a/.travis.yml b/.travis.yml index 39ffb1b..22db7cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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