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

Update Travis CI configuration #1498

Merged
merged 1 commit into from
Feb 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
dist: trusty
cache: bundler
language: ruby

dist: xenial

cache:
bundler: true

bundler_args: --without debugging
before_script:
# Avoid Java announcing _JAVA_OPTIONS environment variable
# See https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS

script: bundle exec rake ci

rvm:
- 2.4
- 2.5
Expand All @@ -15,19 +17,20 @@ rvm:
- jruby-9.2
- jruby-head
- ruby-head
- rubinius-4

matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-4
fast_finish: true

notifications:
email:
- [email protected]
- [email protected]
- [email protected]
irc: irc.freenode.org#reek

branches:
only:
- master