1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Removed ruby debug from travis build

This commit is contained in:
James Booth 2014-06-04 19:40:10 +01:00
parent 9112b0003d
commit 6a5552b128
2 changed files with 0 additions and 4 deletions

View File

@ -22,5 +22,4 @@ install:
- cd ../..
- rm -rf cmocka-0.4.1
- ./bootstrap.sh
- ruby test.rb
script: ./configure --enable-ruby-plugins --enable-python-plugins --enable-c-plugins --disable-lua-plugins && make && make check

View File

@ -1,3 +0,0 @@
RbConfig::CONFIG.each { | elem |
puts elem
}