Skip to content

Commit

Permalink
Merge pull request #399 from rubyzip/rbx-4
Browse files Browse the repository at this point in the history
Fix CI and try rbx-4
  • Loading branch information
jdleesmiller committed Jul 20, 2019
2 parents 2ffbc3b + 8dfc95d commit ee6fb82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .travis.yml
@@ -1,28 +1,27 @@
language: ruby
dist: trusty
cache: bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
matrix:
include:
- rvm: jruby
jdk: oraclejdk8
- rvm: jruby
- rvm: jruby-9.1
jdk: openjdk7
- rvm: jruby-head
jdk: oraclejdk8
- rvm: rbx-3
env:
- RUBYOPT="-rbundler/deprecate"
- rvm: rbx-4
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
- rvm: rbx-4
- rvm: jruby-head
before_install:
- gem --version
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,7 @@
Tooling / Documentation

- Update `example_recursive.rb` in README [#397](https://github.com/rubyzip/rubyzip/pull/397)
- Hold CI at `trusty` for now, automatically pick the latest ruby patch version, use rbx-4 and hold jruby at 9.1 [#399](https://github.com/rubyzip/rubyzip/pull/399)

# 1.2.3

Expand Down

0 comments on commit ee6fb82

Please sign in to comment.