Skip to content

Commit

Permalink
Add Ruby 2.7.0 CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 7, 2020
1 parent 519dabd commit ec1c0b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ addons:

jobs:
include:
- rvm: 2.0.0
osx_image: xcode9
- rvm: 2.3.4
osx_image: xcode9
- rvm: 2.5.0
Expand All @@ -24,6 +22,9 @@ jobs:
- rvm: 2.6.2
osx_image: xcode11.5
env: INSTALL_SVN=1
- rvm: 2.7.0
osx_image: xcode11.5
env: INSTALL_SVN=1

before_install:
# There is a bug in travis. When using system ruby, bundler is not
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
crack (0.4.2)
safe_yaml (~> 1.0.0)
docile (1.1.5)
ffi (1.9.6)
ffi (1.13.1)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand Down

0 comments on commit ec1c0b8

Please sign in to comment.