Skip to content

Commit

Permalink
Update travis testing to test on 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 2, 2017
1 parent 5080876 commit ff7ebc3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
language: ruby
sudo: false
dist: trusty
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- jruby
branches:
only:
- master
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: "ruby-head"
- rvm: "jruby-head"

0 comments on commit ff7ebc3

Please sign in to comment.