summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <mattbrictson@users.noreply.github.com>2017-04-23 15:19:02 -0700
committerGitHub <noreply@github.com>2017-04-23 15:19:02 -0700
commit1867b05c3989a10e14d8fb8b12701d7bc55363b2 (patch)
tree90f6b168a39a882285caac4032bf2f303ce69516
parente003463c1cb2a31f08bf62fe239249cc768f576a (diff)
downloadplist-1867b05c3989a10e14d8fb8b12701d7bc55363b2.tar.gz
Add more Ruby versions to Travis configuration. (#40)
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ab9706..b3d53fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,16 @@
sudo: false
language: ruby
rvm:
- - 1.9.3
- - 1.9.2
+ - ree
- jruby-18mode
+ - 1.8.7
- jruby-19mode
+ - 1.9.3
+ - 2.0.0-p648 # macOS
+ - 2.1.10
+ - 2.2.7
+ - 2.3.4
+ - 2.4.1
- ruby-head
- jruby-head
- - 1.8.7
- - ree
before_install: gem install bundler -v '~> 1.14' --conservative