summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 10:17:21 -0400
committerFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 10:17:21 -0400
commit953e3d91c6e3e1b32f170f4ef967f26907c41ac7 (patch)
tree2352155fae5708f07641c63070dd17e72eee6481
parente4fefffeeaf01d1348e1fd0b22e5e4e9bbde94ac (diff)
downloadipaddress-953e3d91c6e3e1b32f170f4ef967f26907c41ac7.tar.gz
adjust rvm list in .travis.yml
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 295f13a..d610d36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,15 @@
language: ruby
rvm:
- 2.2.0
-- ruby-2.1.3-p242
+- 2.1.3-p242
- 2.0.0
- 1.9.3
-- ruby-1.9.2-p180
-- ruby-1.9.1-p431
-- ruby-1.8.7-p334
+- 1.9.2-p180
+- 1.9.1-p431
+- 1.8.7-p334
- jruby-1.6.1
-- rbx-head
-- ree-1.8.7-2011.03
+- rbx
+- ree
install:
- bundle install
script: