Skip to content

Commit eafddf6

Browse files
authored
Merge pull request #398 from junaruga/feature/update-travis
Update .travis.yml
2 parents dfbcc6a + f947109 commit eafddf6

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.travis.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ language: ruby
33
rvm:
44
- 2.0.0
55
- 2.1
6-
- 2.2.5
7-
- 2.3.1
6+
- 2.2.7
7+
- 2.3.4
8+
- 2.4.1
9+
- ruby-head
810
- rbx-2
911

1012
gemfile:
@@ -19,11 +21,21 @@ script: bundle exec rake test
1921
matrix:
2022
allow_failures:
2123
- rvm: rbx-2
24+
- rvm: ruby-head
25+
fast_finish: true
2226
include:
2327
- gemfile: gemfiles/Gemfile-rails-5-0
24-
rvm: 2.3.1
28+
rvm: 2.3.4
2529
- gemfile: Gemfile
26-
rvm: 2.3.1
30+
rvm: 2.3.4
31+
- gemfile: gemfiles/Gemfile-rails-5-0
32+
rvm: 2.4.1
33+
- gemfile: Gemfile
34+
rvm: 2.4.1
35+
- gemfile: gemfiles/Gemfile-rails-5-0
36+
rvm: ruby-head
37+
- gemfile: Gemfile
38+
rvm: ruby-head
2739

2840
notifications:
2941
email: false

0 commit comments

Comments
 (0)