Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Jan 18, 2016
1 parent 9d44013 commit ed38cde
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 @@ -15,9 +15,12 @@ install:
- "./travis-tool.sh install_github robertzk/tundra"
- "./travis-tool.sh install_github robertzk/syberiaMungebits"
- "./travis-tool.sh install_github robertzk/syberiaStructure"
- "./travis-tool.sh install_github jimhester/covr"
script: "./travis-tool.sh run_tests"
after_failure:
- "./travis-tool.sh dump_logs"
after_success:
- "Rscript -e 'library(covr);coveralls()'"
notifications:
email:
on_success: change
Expand Down

0 comments on commit ed38cde

Please sign in to comment.