Skip to content

Commit c0d8217

Browse files
ci(travis): replace after_script with after_success
Send coverage report to coveralls if script run is successful
1 parent 7a865e5 commit c0d8217

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
@@ -11,7 +11,7 @@ script:
1111
- npm run test:coverage
1212
- npm run build
1313
- npm run benchmark
14-
after_script:
14+
after_success:
1515
- npm run coveralls
1616
cache:
1717
directories:

0 commit comments

Comments
 (0)