Skip to content

Commit f9b5a46

Browse files
committed
print the build log after success too
1 parent 942d067 commit f9b5a46

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
@@ -12,6 +12,9 @@ addons:
1212
after_failure:
1313
- "find . -name mkmf.log -exec cat {} \\;"
1414

15+
after_success:
16+
- "find . -name mkmf.log -exec cat {} \\;"
17+
1518
env:
1619
- USE_MINI_PORTILE=true
1720
- USE_MINI_PORTILE=false

0 commit comments

Comments
 (0)