mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update build matrix
This commit is contained in:
parent
cb523577a3
commit
7656dabac2
1 changed files with 6 additions and 1 deletions
|
|
@ -4,8 +4,9 @@ rvm:
|
|||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
- jruby-9.1.1.0
|
||||
- jruby-9.1.6.0
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
- ruby-head
|
||||
|
|
@ -14,6 +15,10 @@ sudo: false
|
|||
|
||||
bundler_args: --without development --retry=3 --jobs=3
|
||||
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem update bundler
|
||||
|
||||
env:
|
||||
global:
|
||||
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||
|
|
|
|||
Loading…
Reference in a new issue