1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed test output from travis build

This commit is contained in:
James Booth 2015-06-14 00:03:37 +01:00
parent e50461a897
commit 0623ed71dd

View File

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