From 5af7c74381f04d8477afec4f90113d9f73ba141f Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 26 May 2015 18:07:26 -0700 Subject: [PATCH] Removing coverage for now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9888c78..78c160f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,3 @@ cache: directories: - resources - node_modules - -after_success: - - which ./node_modules/coveralls/bin/coveralls.js && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js