Skip to content

Commit 81fc8e1

Browse files
committed
Fix coverage reports
1 parent 27afe38 commit 81fc8e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ script:
2020
# Only the node version 9 job will upload the lockfile and update coverage
2121
after_script:
2222
- greenkeeper-lockfile-upload
23-
- ls -al
24-
- cat ./coverage/lcov.info | coveralls
23+
- test -f ./coverage/lcov.info && cat ./coverage/lcov.info | coveralls

0 commit comments

Comments
 (0)