Commit f1411313 authored by XhmikosR's avatar XhmikosR
Browse files

Remove `gem install scss_lint` from Travis.

Instead, use `bundleExec: true` for grunt-scss-lint.
parent 8f16abb6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
......@@ -206,6 +206,7 @@ module.exports = function (grunt) {
// CSS build configuration
scsslint: {
options: {
bundleExec: true,
config: 'scss/.scsslint.yml',
reporterOutput: null
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment