From: Thomas McDonald Date: Thu, 20 Aug 2015 20:54:54 +0000 (-0700) Subject: install scss-lint in system X-Git-Tag: v4.0.0-alpha.2~408^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040902426663ff7401d6935fac622f0e439b8c5b;p=thirdparty%2Fbootstrap.git install scss-lint in system --- diff --git a/.travis.yml b/.travis.yml index fd6489ada6..c01d895fe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_install: - if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi install: - bundle install --deployment --jobs=3 + - gem install scss_lint --no-rdoc --no-ri - npm install -g grunt-cli - npm install # - ./test-infra/s3_cache.py download npm-modules