mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
install scss-lint in system
This commit is contained in:
@@ -16,6 +16,7 @@ before_install:
|
|||||||
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
|
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
|
||||||
install:
|
install:
|
||||||
- bundle install --deployment --jobs=3
|
- bundle install --deployment --jobs=3
|
||||||
|
- gem install scss_lint --no-rdoc --no-ri
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
- npm install
|
- npm install
|
||||||
# - ./test-infra/s3_cache.py download npm-modules
|
# - ./test-infra/s3_cache.py download npm-modules
|
||||||
|
|||||||
Reference in New Issue
Block a user