From: Iskren Chernev Date: Wed, 22 Jul 2015 17:17:38 +0000 (-0700) Subject: Disable coveralls.io reporting for now X-Git-Tag: 2.10.5~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1af857066eb9b180d70e36e877c5c1eb238dce73;p=thirdparty%2Fmoment.git Disable coveralls.io reporting for now --- 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