Skip to content

Commit 589a8c4

Browse files
committed
chore: Disable code coverage because of an istanbul instrumentation failure
1 parent 93ca72b commit 589a8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addons:
1010
before_script :
1111
- npm install -g grunt-cli
1212
after_success:
13-
- npm run coveralls
13+
# - npx codecov --disable=gcov
1414
- npx semantic-release
1515
branches:
1616
except:

0 commit comments

Comments
 (0)