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

Commit

Permalink
Merge pull request #108 from openid/travis-rubies
Browse files Browse the repository at this point in the history
Update list of Rubies to build for on TravisCI
  • Loading branch information
tobiashm authored Jun 26, 2017
2 parents 24452c6 + 4e3d0e3 commit 7796159
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 7796159

Please sign in to comment.