summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-01 09:07:34 +0900
committerRandy Morgan <[email protected]>2012-03-01 09:07:34 +0900
commit14d1ee01951226f9482e711556cfc013ee6f64cb (patch)
treed991ae3e1b56f770cfd3b868742dcc8333218faf
parente8a6a524b8fa7f1ecc63c00cde3e0c07ee79812c (diff)
downloadcaxlsx-14d1ee01951226f9482e711556cfc013ee6f64cb.tar.gz
caxlsx-14d1ee01951226f9482e711556cfc013ee6f64cb.zip
adding head builds to the matrix
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 95e86d19..158f8ad2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,17 @@
+language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- - jruby
-
+ - ruby-head
+ - jruby-head
+ - jruby-18mode
matrix:
allow_failures:
- - rvm: jruby
-
+ rvm:
+ - jruby-18mode
+ - ruby-head
+ - jruby-head
notifications:
irc: "irc.freenode.org#axlsx"
email: "[email protected]" \ No newline at end of file