Skip to content

Commit

Permalink
Try catting the mkmf.log file if there is a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 21, 2018
1 parent fd285ba commit 942d067
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 @@ -9,6 +9,9 @@ addons:
packages:
- libgmp-dev

after_failure:
- "find . -name mkmf.log -exec cat {} \\;"

env:
- USE_MINI_PORTILE=true
- USE_MINI_PORTILE=false
Expand Down

0 comments on commit 942d067

Please sign in to comment.