From 1af857066eb9b180d70e36e877c5c1eb238dce73 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Wed, 22 Jul 2015 10:17:38 -0700 Subject: [PATCH] Disable coveralls.io reporting for now --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae9ebfbcf..b874cb071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,5 @@ script: grunt build:travis git: depth: 10 -after_success: npm run coveralls +# TODO: Fix problem with coveralls.io not displaying autogenerated files +# after_success: npm run coveralls -- 2.47.3