1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Added debug output to travis build

This commit is contained in:
James Booth 2014-06-01 23:24:09 +01:00
parent b7dea2a8da
commit 6a30e5a5e1
2 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,5 @@ 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

3
test.rb Normal file
View File

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