Skip to content

Commit

Permalink
Convert after_script to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Dec 2, 2020
1 parent 5ab48b6 commit e7466c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ before_script:
script:
- npm run lint
- npm run coverage
after_script:
after_success:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- npm run coveralls

0 comments on commit e7466c1

Please sign in to comment.