Skip to content

Commit 819d30c

Browse files
authored
CI: Add Ruby 2.6.0 to matrix
- remove 2.6.0-rc1
1 parent b2c2c12 commit 819d30c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ branches:
77
matrix:
88
fast_finish: true
99
include:
10-
- name: MRI 2.5.1 Latest
11-
rvm: 2.5.1
10+
- name: MRI 2.6.0 Latest
11+
rvm: 2.6.0
1212
- name: JRuby 9.2.5.0 Latest on Java 11
1313
rvm: jruby-9.2.5.0
1414
jdk: oraclejdk11
@@ -24,7 +24,7 @@ matrix:
2424
- gem install bundler
2525
- bundle install
2626
- name: YARD uptodate in docs
27-
rvm: 2.5.1
27+
rvm: 2.6.0
2828
script:
2929
- bundle install --with documentation
3030
- bundle exec rake yard:master:uptodate
@@ -54,8 +54,6 @@ matrix:
5454

5555
- name: MRI head
5656
rvm: ruby-head
57-
- name: MRI 2.6.0-rc1
58-
rvm: 2.6.0-rc1
5957
- name: JRuby head
6058
rvm: jruby-head
6159
jdk: oraclejdk8
@@ -68,7 +66,6 @@ matrix:
6866
env: COVERAGE=1
6967

7068
allow_failures:
71-
- rvm: 2.6.0-rc1
7269
- rvm: ruby-head
7370
- rvm: jruby-head
7471
- rvm: rbx-3

0 commit comments

Comments
 (0)