Skip to content

Commit

Permalink
add after success
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Jan 9, 2020
1 parent f93ed80 commit f64ade5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ before_script:
script:
- cd ${FORTRANDIR}; make clean; make
- cd ${DIVADIR}; ./divatest0

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit f64ade5

Please sign in to comment.