Debugging test failing on travis

This commit is contained in:
Gaël Métais
2015-06-18 13:50:34 +02:00
parent 612627d66f
commit 8623085c2a
+1 -1
View File
@@ -58,6 +58,6 @@
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "grunt test"
"test": "DEBUG=ylt:imageOptimizer grunt test"
}
}