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

Travis: Use default script step; latest versions in matrix #1414

Merged
merged 2 commits into from Sep 19, 2017
Merged
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
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -7,14 +7,13 @@ before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler
script: "TESTOPTS=-v bundle exec rake"
branches:
only:
- "master"
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
- jruby-head
Expand All @@ -28,3 +27,6 @@ matrix:
- rvm: jruby-head
- rvm: rbx-3
- rvm: ruby-head
env:
global:
- TESTOPTS="-v"