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
+1 -1
View File
@@ -58,6 +58,6 @@
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "DEBUG=ylt:imageOptimizer grunt test"
"test": "grunt test"
}
}