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 rbx build, trusty beta on Travis #1140

Merged
merged 3 commits into from Nov 20, 2016
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
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,4 +1,6 @@
dist: trusty
sudo: false
group: beta
language: ruby
cache: bundler
script: "TESTOPTS=-v bundle exec rake test"
Expand All @@ -8,13 +10,13 @@ rvm:
- ruby-head
- jruby-9.1.5.0
- jruby-head
- rbx
- rbx-3
matrix:
include:
- rvm: 2.1
gemfile: gemfiles/2.1-Gemfile
fast_finish: true
allow_failures:
- rvm: jruby-head
- rvm: rbx
- rvm: rbx-3
- rvm: ruby-head