Skip to content

Commit 82a2c40

Browse files
authored
Add ruby 2.4 for travis
* Add ruby 2.4 for travis
1 parent 00c9da7 commit 82a2c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ rvm:
66
- 2.1
77
- 2.2.5
88
- 2.3.0
9+
- 2.4.0
910
- ruby-head
1011
matrix:
1112
allow_failures:
1213
- rvm: ruby-head
1314
- rvm: 1.9.3
14-
- rvm: 2.0
15-
- rvm: 2.1
1615
before_install:
17-
- rvm @global do gem install bundler
16+
- gem update --system
17+
- gem update bundler
1818
script:
1919
- bundle exec rubocop && bundle exec rspec

0 commit comments

Comments
 (0)