0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

install scss-lint in system

This commit is contained in:
Thomas McDonald 2015-08-20 13:54:54 -07:00
parent b027b50452
commit 0409024266

View File

@ -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