mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
|
- 2.3.3
|
||||||
- 2.4.0
|
- 2.4.0
|
||||||
- jruby-9.1.1.0
|
- jruby-9.1.6.0
|
||||||
- jruby-head
|
- jruby-head
|
||||||
- rbx-2
|
- rbx-2
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
|
@ -14,6 +15,10 @@ sudo: false
|
||||||
|
|
||||||
bundler_args: --without development --retry=3 --jobs=3
|
bundler_args: --without development --retry=3 --jobs=3
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- gem update --system
|
||||||
|
- gem update bundler
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue