summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-09-30 17:52:56 +0900
committerRandy Morgan <[email protected]>2012-09-30 17:52:56 +0900
commitabc54f36bfd9975c5e2f2968cfac3405c7a4d795 (patch)
treef4b6adbd7a9d97968afbb2822f53966ba114eca8
parent0b545d70fbc0eb3506150541fb070a667299b3b6 (diff)
downloadcaxlsx-abc54f36bfd9975c5e2f2968cfac3405c7a4d795.tar.gz
caxlsx-abc54f36bfd9975c5e2f2968cfac3405c7a4d795.zip
Test a suggestion from @hsbt
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a5e3963e..bf13d293 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,5 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
+before_install:
+ - gem install nokogiri -- --with-cflags='--std=gnu99'