Skip to content

Commit fddf313

Browse files
authored
Merge branch 'master' into check_if_branch_contains_commit
2 parents 29ada4c + 27715e9 commit fddf313

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
4-
- 2.0.0
5-
- 2.1.10
6-
- 2.3.4
7-
- 2.4.3
8-
- 2.5.0
9-
- jruby-9.1.15.0
3+
- 2.3
4+
- 2.4
5+
- 2.5
6+
- jruby
107
matrix:
118
allow_failures:
12-
- rvm: jruby-9.1.15.0
9+
- rvm: jruby
1310
fast_finish: true
1411
before_install:
1512
- gem install bundler

0 commit comments

Comments
 (0)