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

Getting a failure in the tests: #1702

Closed
wants to merge 1 commit into from
Closed
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: 1 addition & 5 deletions .travis.yml
Expand Up @@ -3,10 +3,6 @@ sudo: false
group: beta
language: ruby
cache: bundler
before_install:
# https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108
# recent versions of RubyGems include bundler
- gem update --system

rvm:
- 2.2.10
Expand All @@ -27,7 +23,7 @@ matrix:
os: osx
- rvm: jruby-head
- rvm: rbx-3

allow_failures:
- rvm: ruby-head
- rvm: ruby-head
Expand Down