From 6a30e5a5e14c114aaf7dc6935dc16dfbf39fc349 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 1 Jun 2014 23:24:09 +0100 Subject: [PATCH] Added debug output to travis build --- .travis.yml | 1 + test.rb | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 test.rb diff --git a/.travis.yml b/.travis.yml index fc9e3fd5..4e3e5d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/test.rb b/test.rb new file mode 100644 index 00000000..30504ad5 --- /dev/null +++ b/test.rb @@ -0,0 +1,3 @@ +RbConfig::CONFIG.each { | elem | + puts elem +}