Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI and try rbx-4 #399

Merged
merged 4 commits into from Jul 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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