Skip to content

Commit 942d067

Browse files
committed
Try catting the mkmf.log file if there is a failure
1 parent fd285ba commit 942d067

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ addons:
99
packages:
1010
- libgmp-dev
1111

12+
after_failure:
13+
- "find . -name mkmf.log -exec cat {} \\;"
14+
1215
env:
1316
- USE_MINI_PORTILE=true
1417
- USE_MINI_PORTILE=false

0 commit comments

Comments
 (0)