Skip to content

Commit

Permalink
separate after_success step into two separate calls to Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmclean committed Sep 4, 2017
1 parent 93af016 commit 683cd23
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 @@ -38,4 +38,5 @@ notifications:
# by calling R functions so they can be updated in this package without
# committing a new change to .travis.yml in each repository
after_success:
- travis_wait Rscript -e "require(travisCI); NotifyWarnings(); TriggerDownstreamBuilds(); CheckCoverage()"
- Rscript -e "require(travisCI); NotifyWarnings(); TriggerDownstreamBuilds()"
- travis_wait Rscript -e "travisCI::CheckCoverage()"

0 comments on commit 683cd23

Please sign in to comment.