Skip to content

Commit

Permalink
Merge pull request #1156 from aycabta/use-2.2.9-2.3.6-2.4.3-2.5.0
Browse files Browse the repository at this point in the history
Use 2.2.9 2.3.6 2.4.3 2.5.0
  • Loading branch information
lsegal authored Mar 17, 2018
2 parents eb5e15b + c0f0e07 commit a0d3d75
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ cache: bundler
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args:

before_install:
- gem update --system
- gem update bundler

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
# - jruby

Expand Down

0 comments on commit a0d3d75

Please sign in to comment.