We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85c66 commit c2050c4Copy full SHA for c2050c4
.travis.yml
@@ -9,13 +9,14 @@ rvm:
9
- 2.2
10
- 2.3.6
11
- 2.4.3
12
+ - 2.5.0
13
14
before_script:
15
- git config --global user.email "travis@travis.ci"
16
- git config --global user.name "Travis CI"
17
18
before_install:
- - '[[ "$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'
20
21
script:
22
- bundle exec rspec
0 commit comments