Skip to content

Commit c8992f9

Browse files
committed
travis-ci: debugging export build problems
1 parent 0d0edb2 commit c8992f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ before_install:
1515
- ./bin/travisci_before_$TRAVIS_OS_NAME.sh
1616
script:
1717
- ./bin/travisci_build_$TRAVIS_OS_NAME.sh
18-
after_failure: cat ./config.log && cat include/libint2/config.h
18+
after_failure:
19+
- cat include/libint2/config.h
20+
- cat config.log
21+
- cat export_build/config.log
22+
- ls -l export_build
1923
notifications:
2024
email:
2125
recipients:

0 commit comments

Comments
 (0)