1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -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 .. - cd ..
- rm -rf libstrophe - rm -rf libstrophe
- ./bootstrap.sh - ./bootstrap.sh
script: ./configure && make && make check