Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Update list of Rubies to build for on TravisCI
Browse files Browse the repository at this point in the history
Rubinius is not supported on the default (12.04) distribution,
so we must build on Ubuntu Trusty.
Also, the Rubinius version in RVM has apparently been renamed.

Allow failing builds on *-head rubies.
  • Loading branch information
Tobias Haagen Michaelsen committed Jun 26, 2017
1 parent e1bbfad commit 165a9af
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
language: ruby
sudo: required
dist: trusty
script: rake
rvm:
- 1.9.3
- 2.0.0
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- ruby-head
- jruby
- jruby-head
- jruby-19mode
- rbx
- rubinius-3

before_install:
- "gem install bundler"

matrix:
allow_failures:
- rvm: "ruby-head"
- rvm: "jruby-head"

0 comments on commit 165a9af

Please sign in to comment.