Skip to content

Commit cf78ba3

Browse files
committed
Update Ruby versions on Travis CI
* Remove 2.0 & 2.1 * Add 2.4
1 parent 787575f commit cf78ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ language: ruby
33
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
44
script: "bundle exec rake test"
55
rvm:
6-
- 2.0.0
7-
- 2.1.5
86
- 2.2.0
97
- 2.3.3
8+
- 2.4.0
109
notifications:
1110
email: false

0 commit comments

Comments
 (0)