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

Only run unit tests in osx-functional branch to avoid travis failures

This commit is contained in:
James Booth 2015-10-26 20:59:59 +00:00
parent d2cc99a4f2
commit e301bc5e93

View File

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