Skip to content

Commit

Permalink
Add Ruby 2.5 on Travis CI. (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored and sodabrew committed Dec 6, 2017
1 parent 77d9285 commit bc9e2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,13 +2,15 @@ bundler_args: --without documentation
script: bundle exec rake compile test
before_install:
- 'if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then brew install openssl; fi'
- gem update bundler
env:
global:
- TESTOPTS=-v
language: ruby
sudo: false
dist: trusty
rvm:
- 2.5
- 2.4
- 2.3
- 2.2
Expand Down

0 comments on commit bc9e2fa

Please sign in to comment.