From 7af1215c26185844535fe302cc08cd468cefca7c Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 19 Jun 2015 14:27:12 -0700 Subject: [PATCH] add cslint to travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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