2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Remove gem install scss_lint from Travis.

Instead, use `bundleExec: true` for grunt-scss-lint.
This commit is contained in:
XhmikosR
2015-09-06 12:16:01 +03:00
parent 8f16abb669
commit f14113133d
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -206,6 +206,7 @@ module.exports = function (grunt) {
// CSS build configuration
scsslint: {
options: {
bundleExec: true,
config: 'scss/.scsslint.yml',
reporterOutput: null
},