Skip to content

Commit

Permalink
Merge 1c084fd into faf0466
Browse files Browse the repository at this point in the history
  • Loading branch information
tyabe committed Mar 5, 2017
2 parents faf0466 + 1c084fd commit 23141f7
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,18 +1,27 @@
lang: ruby
before_install: gem install bundler --pre
language: ruby
sudo: false
cache: bundler
before_install:
- gem install bundler --pre
install:
- gem update --system
- bundle update
rvm:
- rbx-2
- jruby
- jruby-head
- 1.9.3
- 2.0.0
- 2.1.1
- rbx
- jruby
- 2.2.2
- 2.3.3
- 2.4.0
- ruby-head
branches:
only:
- master
matrix:
allow_failures:
- rvm: rbx
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head

0 comments on commit 23141f7

Please sign in to comment.