Debugging test failing on travis
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ language: node_js
|
||||
node_js:
|
||||
- "0.10.33"
|
||||
before_install:
|
||||
- "npm install -g npm@2.10.0"
|
||||
- sudo apt-get install build-essential
|
||||
- "npm install -g npm@2.9.0"
|
||||
- "npm install -g grunt-cli"
|
||||
install:
|
||||
- "npm install"
|
||||
+1
-1
@@ -58,6 +58,6 @@
|
||||
"sinon-chai": "^2.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "DEBUG=ylt:imageOptimizer grunt test"
|
||||
"test": "grunt test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user