Skip to content

Commit f6d800d

Browse files
committed
Update Travis versions
1 parent baea670 commit f6d800d

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed
File renamed without changes.

.travis.yml

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,47 @@ branches:
1515
only:
1616
- master
1717
- 6.x
18+
- 7.x
1819

1920
matrix:
2021
include:
21-
- rvm: 2.2
22+
- rvm: 2.2.10
2223
jdk: oraclejdk8
23-
env: RAILS_VERSIONS=3.0
24+
env: RAILS_VERSIONS=5.0
2425

2526
- rvm: 2.3.8
2627
jdk: oraclejdk8
2728
env: RAILS_VERSIONS=5.0
2829

29-
- rvm: 2.6.2
30+
- rvm: 2.4.9
31+
jdk: oraclejdk8
32+
env: RAILS_VERSIONS=5.0
33+
34+
- rvm: 2.5.7
35+
jdk: oraclejdk8
36+
env: RAILS_VERSIONS=5.0,6.0
37+
38+
- rvm: 2.6.5
3039
jdk: oraclejdk8
3140
env: RAILS_VERSIONS=4.0,5.0,6.0
3241

33-
- rvm: jruby-9.2.7.0
42+
- rvm: 2.7.0
43+
jdk: oraclejdk8
44+
env: RAILS_VERSIONS=5.0,6.0
45+
46+
- rvm: ruby-head
47+
jdk: oraclejdk8
48+
env: RAILS_VERSIONS=5.0,6.0
49+
50+
- rvm: jruby-9.2.9.0
3451
jdk: oraclejdk8
3552
env: RAILS_VERSIONS=5.0
3653

54+
allow_failures:
55+
- rvm: ruby-head
56+
jdk: oraclejdk8
57+
env: RAILS_VERSIONS=5.0,6.0
58+
3759
env:
3860
global:
3961
- ELASTICSEARCH_VERSION=7.2.0
@@ -42,8 +64,10 @@ env:
4264
- QUIET=true
4365

4466
before_install:
45-
- source ./travis_before_script.sh
46-
- gem update --system
67+
- source ./.ci/travis_before_script.sh
68+
- if [ $TRAVIS_RUBY_VERSION != "2.2.10" ]; then
69+
gem update --system;
70+
fi
4771
- gem update bundler
4872
- gem --version
4973
- bundle version

0 commit comments

Comments
 (0)