1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Output test log in travis build

This commit is contained in:
James Booth 2015-06-13 21:37:18 +01:00
parent dda79aed24
commit 6e04ce8e13

View File

@ -33,4 +33,4 @@ install:
- cd .. - cd ..
- rm -rf stabber - rm -rf stabber
- ./bootstrap.sh - ./bootstrap.sh
script: ./configure && make && make check script: ./configure && make && make check && cat test-suite.log