Skip to content

Commit

Permalink
More verbose output on Travis
Browse files Browse the repository at this point in the history
Output both nloptr.Rcheck/00check.log and nloptr.Rcheck/00install.out after success and failure for easier checking of build results.
  • Loading branch information
jyypma committed Sep 29, 2017
1 parent 2795e19 commit 4712388
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -16,9 +16,14 @@ matrix:
packages:
- libnlopt-dev

after_failure:
- cat /home/travis/build/jyypma/nloptr/nloptr.Rcheck/00check.logs
after_success:
- cat /home/travis/build/jyypma/nloptr/nloptr.Rcheck/00check.log
- cat /home/travis/build/jyypma/nloptr/nloptr.Rcheck/00install.out

after_failure:
- cat /home/travis/build/jyypma/nloptr/nloptr.Rcheck/00check.log
- cat /home/travis/build/jyypma/nloptr/nloptr.Rcheck/00install.out

notifications:
email:
on_success: change
Expand Down

0 comments on commit 4712388

Please sign in to comment.