Skip to content

Commit 58d09fe

Browse files
authored
Merge pull request #107 from skunkworker/add_ruby_2_6
Added Ruby 2.6 and bumped to 2.3.8, 2.4.5 and 2.5.3
2 parents 4329725 + efa9df4 commit 58d09fe

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)