Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f1411313
Commit
f1411313
authored
9 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Remove `gem install scss_lint` from Travis.
Instead, use `bundleExec: true` for grunt-scss-lint.
parent
8f16abb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+0
-1
.travis.yml
Gruntfile.js
+1
-0
Gruntfile.js
with
1 addition
and
1 deletion
+1
-1
.travis.yml
+
0
-
1
View file @
f1411313
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Gruntfile.js
+
1
-
0
View file @
f1411313
...
...
@@ -206,6 +206,7 @@ module.exports = function (grunt) {
// CSS build configuration
scsslint
:
{
options
:
{
bundleExec
:
true
,
config
:
'
scss/.scsslint.yml
'
,
reporterOutput
:
null
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets