Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-06 12:16:01 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-06 12:28:35 +0300
commitf14113133d8108e544996dbfe19e470ddf991919 (patch)
tree18bf12c7e9e2a40d74b03a890c6c43254e06e74f /.travis.yml
parent8f16abb669c58117484ed3d13ee38ac5d20d981a (diff)
Remove `gem install scss_lint` from Travis.
Instead, use `bundleExec: true` for grunt-scss-lint.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fbd2a3d81..1d48a5ac7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: