Skip to content

Commit ce29d09

Browse files
scottserokkou
authored andcommitted
Adds Ruby 2.5 and 2.6 to Travis CI configuration (#22)
* Adds Ruby 2.5.5 and 2.6.3 to Travis CI configuration Adds test coverage for newer versions of Ruby. Updates Ruby 2.3, 2.4, and 2.5 patch version to the latest available. * Remove patch version from Travis CI configuration When you omit the patch version from the rvm configuration, Travis CI will use the latest patch version available for that minor version of Ruby. i.e. specify version 2.6 will download 2.6.3 as of this commit.
1 parent a0ade05 commit ce29d09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.3.4
4-
- 2.4.1
3+
- 2.4
4+
- 2.5
5+
- 2.6
56
- ruby-head
67
before_install: gem update bundler

0 commit comments

Comments
 (0)