Skip to content

Commit c2050c4

Browse files
committed
Add Ruby 2.5.0 to build matrix
1 parent 7c85c66 commit c2050c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ rvm:
99
- 2.2
1010
- 2.3.6
1111
- 2.4.3
12+
- 2.5.0
1213

1314
before_script:
1415
- git config --global user.email "travis@travis.ci"
1516
- git config --global user.name "Travis CI"
1617

1718
before_install:
18-
- '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4" ]] && gem update --system || true'
19+
- '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4|^ruby 2.5" ]] && gem update --system || true'
1920

2021
script:
2122
- bundle exec rspec

0 commit comments

Comments
 (0)