1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Removed lua plugins from travis build

This commit is contained in:
James Booth 2014-02-23 04:37:17 +00:00
parent e3d788ac95
commit 1a1daa525e

View File

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