diff options
| author | Thomas McDonald <[email protected]> | 2015-08-20 13:54:54 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-20 13:54:54 -0700 |
| commit | 040902426663ff7401d6935fac622f0e439b8c5b (patch) | |
| tree | 8b215afc24635f2f720b50b117ba448d3f9cc820 | |
| parent | b027b504521b9fded4d5f04c0b210fe87d31eda3 (diff) | |
| download | bootstrap-040902426663ff7401d6935fac622f0e439b8c5b.tar.xz bootstrap-040902426663ff7401d6935fac622f0e439b8c5b.zip | |
install scss-lint in system
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fd6489ada..c01d895fe 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 |
