1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Added custom script to travis build

This commit is contained in:
James Booth 2014-02-23 03:08:02 +00:00
parent d292cd014e
commit 9489c4f0fa

View File

@ -12,3 +12,4 @@ install:
- cd ..
- rm -rf libstrophe
- ./bootstrap.sh
script: ./configure && make && make check