1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Travis build fix

This commit is contained in:
James Booth 2015-06-13 22:02:10 +01:00
parent 6e04ce8e13
commit eb676262f9

View File

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