mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update travis config
This commit is contained in:
parent
52830de1fb
commit
4963767d10
1 changed files with 23 additions and 6 deletions
29
.travis.yml
29
.travis.yml
|
|
@ -1,8 +1,25 @@
|
||||||
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 2.0.0
|
||||||
- 1.9.2
|
- 2.1
|
||||||
- 1.9.3
|
- 2.2
|
||||||
- jruby
|
- jruby-19mode
|
||||||
- rbx
|
- jruby-head
|
||||||
- ree
|
- rbx-2
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
bundler_args: --without development --retry=3 --jobs=3
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: jruby-head
|
||||||
|
- rvm: rbx-2
|
||||||
|
- rvm: ruby-head
|
||||||
|
fast_finish: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue