diff options
author | ytti <saku@ytti.fi> | 2018-04-20 13:47:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 13:47:21 +0300 |
commit | 98abfe0898eec036b2d2f48bc96307346ac29161 (patch) | |
tree | 9ca30a3f64698995834b6e940adc2315e2bab262 /.travis.yml | |
parent | e4bd9dbc63b74e49ed7e7aafcb07aaf021bbee93 (diff) | |
parent | a38057c0a6cae070748187b8c15f1ed26441a47e (diff) |
Merge pull request #1289 from yuri-zubov/ruby-version
remove .ruby-version & add many ruby-version in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8f97b30..db2925a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: ruby sudo: false cache: bundler +before_install: + - gem install bundler rvm: - - 2.1.6 + - 2.1 + - 2.2 + - 2.3 + - 2.4 + - 2.5 |