Skip to content

Commit

Permalink
move make check to the after_script
Browse files Browse the repository at this point in the history
Makes more sense there
Signed-off-by: Neil Horman <[email protected]>
  • Loading branch information
nhorman authored and Neil Horman committed May 10, 2018
1 parent 61125fd commit 9b1353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ addons:
script: ./autogen.sh && ./configure && make && make check

after_script:
- pwd && cat tests/rngtesturandom.sh.log && cat tests/rngtestzero.sh.log
- make check || (cat tests/rngtesturandom.sh.log && cat tests/rngtestzero.sh.log && cat ./tests/test-suite.log)

0 comments on commit 9b1353d

Please sign in to comment.