Skip to content

Commit 10647a2

Browse files
authored
Merge pull request #857 from ttanimichi/patch-1
CI against Ruby 2.5.0
2 parents 7590441 + 9b1019b commit 10647a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cache:
77
bundler: true
88
yarn: true
99
rvm:
10+
- 2.5.0
1011
- 2.3.0
1112
- 2.1
1213
- jruby-9.1.9.0
@@ -31,6 +32,14 @@ gemfile:
3132
matrix:
3233
fast_finish: true
3334
exclude:
35+
- rvm: 2.5.0
36+
gemfile: gemfiles/rails_3.2.gemfile
37+
- rvm: 2.5.0
38+
gemfile: gemfiles/rails_4.0_with_mini_racer.gemfile
39+
- rvm: 2.5.0
40+
gemfile: gemfiles/rails_4.0.5.gemfile
41+
- rvm: 2.5.0
42+
gemfile: gemfiles/rails_4.1.gemfile
3443
# all except rails_4.1 skipped on 2.1
3544
- rvm: 2.1
3645
gemfile: gemfiles/rails_3.2.gemfile
@@ -85,3 +94,4 @@ before_install:
8594
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
8695
- sudo apt-get update -qq
8796
- sudo apt-get install -y -qq yarn
97+
- gem update --system

0 commit comments

Comments
 (0)