Skip to content

Commit

Permalink
Add dump_sysinfo to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Jan 30, 2015
1 parent 9d83127 commit 140fcfe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -10,11 +10,14 @@ before_install:
install:
- ./travis-tool.sh install_deps

script: ./travis-tool.sh run_tests
script:
- ./travis-tool.sh run_tests

after_failure:
- ./travis-tool.sh dump_logs

after_script:
- ./travis-tool.sh dump_sysinfo

env:
- WARNINGS_ARE_ERRORS=1 R_BUILD_ARGS="--no-manual" R_CHECK_ARGS="--no-manual --as-cran"

0 comments on commit 140fcfe

Please sign in to comment.