Skip to content

Commit efa9df4

Browse files
committed
Added Ruby 2.6 and bumped latest minor ruby releases for 2.3, 2.4 and 2.5.
1 parent bc66f2a commit efa9df4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: ruby
33
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
44
script: "bundle exec rake test"
55
rvm:
6-
- 2.3.7
7-
- 2.4.4
8-
- 2.5.1
6+
- 2.3.8
7+
- 2.4.5
8+
- 2.5.3
9+
- 2.6.1
910
notifications:
1011
email: false

0 commit comments

Comments
 (0)