Skip to content

Commit

Permalink
Added more rubies for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed May 8, 2016
1 parent 39863c6 commit abe522f
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,5 +1,15 @@
sudo: false
language: ruby
rvm:
- 2.3.0

cache: bundler

matrix:
include:
- rvm: 2.3
- rvm: 2.2
- rvm: 2.1
- rvm: jruby-head
- rvm: jruby-19mode
- rvm: rbx-2
allow_failures:
- rvm: ruby-head
before_install: gem install bundler -v 1.12.1

0 comments on commit abe522f

Please sign in to comment.