Skip to content

Commit

Permalink
travis-ci: display test-suite.log after failure
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed Jun 26, 2017
1 parent fbd8fdd commit 042c1d4
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 @@ -43,6 +43,9 @@ script:
- ./configure --with-exec --with-ssh --with-mrsh --with-genders --with-dshgroups --with-netgroup --with-machines
- make -j 2 check

after_failure:
- cat tests/test-suite.log

before_deploy:
- make dist
- export TAG_URI="https://github.com/${TRAVIS_REPO_SLUG}/blob/${TRAVIS_TAG}"
Expand Down

0 comments on commit 042c1d4

Please sign in to comment.