Skip to content

Commit f962e78

Browse files
committed
travis: ruby 2.4.1
1 parent 11c6e50 commit f962e78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rvm:
1212
- '2.1.10'
1313
- '2.2.6'
1414
- '2.3.3'
15-
- '2.4.0'
15+
- '2.4.1'
1616
- 'jruby-1.7.26'
1717
- 'jruby-9.0.5.0'
1818
- 'jruby-9.1.5.0'
@@ -26,14 +26,14 @@ before_install:
2626
matrix:
2727
include:
2828
- env: CODECLIMATE=✓
29-
rvm: '2.4.0'
29+
rvm: '2.4.1'
3030
after_success: bundle exec codeclimate-test-reporter
3131
- env: RUBOCOP=✓
32-
rvm: '2.4.0'
32+
rvm: '2.4.1'
3333
script: bundle exec rubocop
3434
before_install:
3535
- env: CHECK_RUBIES=✓
36-
rvm: '2.4.0'
36+
rvm: '2.4.1'
3737
script: bundle exec travis_check_rubies
3838
before_install:
3939
addons:

0 commit comments

Comments
 (0)