Skip to content

Commit

Permalink
Make travis show config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 5, 2013
1 parent 627b53b commit b7ce935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ script:
- mkdir build - mkdir build
- cd build - cd build
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus - ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus
- cat config.log
- make V=1 - make V=1
- make V=1 test - make V=1 test
- sudo make install - sudo make install
Expand Down

0 comments on commit b7ce935

Please sign in to comment.