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:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- jruby
|
||||
- rbx
|
||||
- ree
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- jruby-19mode
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
- 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