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

Removed ruby from CI build

This commit is contained in:
James Booth 2014-02-23 04:11:58 +00:00
parent 7ec99f7288
commit 67ec44f6d7

View File

@ -26,4 +26,4 @@ install:
- cd ../..
- rm -rf cmocka-0.3.2
- ./bootstrap.sh
script: ./configure && make && make check
script: ./configure --disable-ruby-plugins && make && make check