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:
authorThomas McDonald <thomasm@palantir.com>2015-08-20 23:54:54 +0300
committerThomas McDonald <thomasm@palantir.com>2015-08-20 23:54:54 +0300
commit040902426663ff7401d6935fac622f0e439b8c5b (patch)
tree8b215afc24635f2f720b50b117ba448d3f9cc820 /.travis.yml
parentb027b504521b9fded4d5f04c0b210fe87d31eda3 (diff)
install scss-lint in system
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fd6489ada6..c01d895fe8 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