summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-11-27 21:55:12 +0900
committerRandy Morgan <[email protected]>2012-11-27 21:55:12 +0900
commit6a55f7bc89270d2ec2c21980fc9f4f91554cec0c (patch)
tree01101b71f2838299ccde2cea4e0f09a3399db329
parente1589ceadb6edc277054a7069c1ba67ca7cef7b4 (diff)
downloadcaxlsx-6a55f7bc89270d2ec2c21980fc9f4f91554cec0c.tar.gz
caxlsx-6a55f7bc89270d2ec2c21980fc9f4f91554cec0c.zip
updated travis.yml
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bf13d293..25b0917d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,8 @@ rvm:
- jruby-head
matrix:
allow_failures:
- - rvm: ruby-head
- - rvm: jruby-head
+ rvm:
+ - ruby-head
+ - jruby-head
before_install:
- gem install nokogiri -- --with-cflags='--std=gnu99'