summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonathan Tron <[email protected]>2015-07-04 12:04:18 +0200
committerJonathan Tron <[email protected]>2015-07-04 12:04:18 +0200
commitf3945035e60fdeeebde6145b55c0ee100ce821db (patch)
treefcd95777bb075e26edbcbb5c990434c36a6c881c
parentcacf70e31fe5f82d42619a53e16361b6e62fe230 (diff)
downloadcaxlsx-f3945035e60fdeeebde6145b55c0ee100ce821db.tar.gz
caxlsx-f3945035e60fdeeebde6145b55c0ee100ce821db.zip
Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 088ab1da..4e4b6a59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,9 @@ notifications:
rvm:
- 1.9.2
- 1.9.3
- - 2.0.0
- - 2.1.0
+ - 2.0
+ - 2.1
+ - 2.2
- rbx
- jruby-19mode
- ruby-head