Explorar el Código

Debugging test failing on travis

Gaël Métais hace 10 años
padre
commit
8623085c2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -58,6 +58,6 @@
     "sinon-chai": "^2.7.0"
   },
   "scripts": {
-    "test": "grunt test"
+    "test": "DEBUG=ylt:imageOptimizer grunt test"
   }
 }