From f43cce9fca3d18f55207fcf8917774ef4abdb561 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Oct 2015 17:14:07 -0400 Subject: [PATCH] disable code coverage pending investigation into remap-istanbul issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6308ae..9a040ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ env: global: - BUILD_TIMEOUT=10000 install: npm install -script: npm run ci +# script: npm run ci