Skip to content

Commit bd99f13

Browse files
committed
Temporarily disable gathering test coverage stats
1 parent 4ab4f83 commit bd99f13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ env:
1515
- TEST_SUITE=node
1616
- TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8"
1717
- TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
18-
after_success:
19-
- npm run test:cover:CI
18+
# Temporarily disable gathering test coverage stats
19+
# after_success:
20+
# - npm run test:cover:CI
2021
branches:
2122
only:
2223
- master

0 commit comments

Comments
 (0)