mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge pull request #17491 from twbs/v4-dev-xmr-travis-no-gem-install
Remove `gem install scss_lint` from Travis.
This commit is contained in:
commit
1ebf852236
@ -13,7 +13,6 @@ 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
|
||||||
cache:
|
cache:
|
||||||
|
@ -206,6 +206,7 @@ module.exports = function (grunt) {
|
|||||||
// CSS build configuration
|
// CSS build configuration
|
||||||
scsslint: {
|
scsslint: {
|
||||||
options: {
|
options: {
|
||||||
|
bundleExec: true,
|
||||||
config: 'scss/.scsslint.yml',
|
config: 'scss/.scsslint.yml',
|
||||||
reporterOutput: null
|
reporterOutput: null
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user