Debugging test failing on travis

This commit is contained in:
Gaël Métais
2015-06-18 15:09:10 +02:00
parent 2b59912549
commit bdb15a7780
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
View File
@@ -58,6 +58,6 @@
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "DEBUG=ylt:imageOptimizer grunt test"
"test": "grunt test"
}
}