From 8a5f75546fbcc6e2ad749132861432c129d5d513 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 5 Dec 2014 13:06:53 +0100 Subject: [PATCH] Remove coverage run from travis configuration as it is failing --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edc3fe1..c2013b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,3 @@ node_js: - "0.10" script: - npm test - - npm run coverage