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 'Ruby rbx-2' failing on master #580

Closed
Jamedjo opened this issue Oct 3, 2016 · 1 comment
Closed

Travis 'Ruby rbx-2' failing on master #580

Jamedjo opened this issue Oct 3, 2016 · 1 comment

Comments

@Jamedjo
Copy link

Jamedjo commented Oct 3, 2016

$ rvm use rbx-2 --install --binary --fuzzy
rbx-2 is not installed - installing.
Searching for binary rubies, this might take some time.
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset '' does not exist, 'rvm rbx-2 do rvm gemset create ' first, or append '--create'.

The command "rvm use rbx-2 --install --binary --fuzzy" failed and exited with 2 during .

Your build has been stopped.
@robin850
Copy link
Collaborator

Hi @Jamedjo,

Actually Rubinius is mostly unusable on Travis at the moment so Rubinius is under the allowed failures for now. Thanks for reporting!

timrogers pushed a commit to restforce/restforce that referenced this issue Oct 18, 2016
Apparently this is broken on Travis at the moment - see <vmg/redcarpet#580>
timrogers pushed a commit to restforce/restforce that referenced this issue Oct 18, 2016
Ruby 2.4.0+ requires a newer version of the `json` gem which is incompatible with pre-2.0.0 versions (i.e. 1.9.3, which the gem supports). This changes the gemspec to be able to handle both cases. Tests pass with both versions of the dependency to there's no problem.

This PR also allows `rbx` to fail builds - apparently it's broken in Travis at the moment (see <vmg/redcarpet#580>).

Fixes #260.
braiam added a commit to braiam/omniauth-openid-connect that referenced this issue Aug 26, 2017
bbatsov pushed a commit to bbatsov/powerpack that referenced this issue Apr 1, 2018
dist:

    - remove `dist: trusty` as that's the default:
      https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
      https://blog.travis-ci.com/2017-08-31-trusty-as-default-status

Rubinius:

    - use the recommended Rubinius version (rbx-3):
      travis-ci/docs-travis-ci-com#1534

    - allow Rubinius tests to fail due to Travis/RVM issues and
      incompatibility with Rake:
      vmg/redcarpet#580
      ruby/rake#150

MRI:

    - remove end-of-life Ruby versions:
      https://www.ruby-lang.org/en/downloads/branches/
risenforward pushed a commit to risenforward/sfapi20 that referenced this issue Dec 21, 2018
Ruby 2.4.0+ requires a newer version of the `json` gem which is incompatible with pre-2.0.0 versions (i.e. 1.9.3, which the gem supports). This changes the gemspec to be able to handle both cases. Tests pass with both versions of the dependency to there's no problem.

This PR also allows `rbx` to fail builds - apparently it's broken in Travis at the moment (see <vmg/redcarpet#580>).

Fixes #260.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants