summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYuri Zubov <y.zubov@sumatosoft.com>2018-04-20 12:17:29 +0300
committerYuri Zubov <y.zubov@sumatosoft.com>2018-04-20 13:15:44 +0300
commita38057c0a6cae070748187b8c15f1ed26441a47e (patch)
tree671752ebe3177cd6a9af37bf36d384ef229a111d /.travis.yml
parent234199264146bcd19f6949efbe122d62346dbdff (diff)
remove .ruby-version & add many ruby-version in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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