2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove gem install scss_lint from Travis.

Instead, use `bundleExec: true` for grunt-scss-lint.
This commit is contained in:
XhmikosR
2015-09-06 12:16:01 +03:00
parent 8f16abb669
commit f14113133d
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -13,7 +13,6 @@ 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
cache: