mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Run on ALL the rubies. _o/
This commit is contained in:
parent
8685667cc2
commit
43bbf6489d
1 changed files with 39 additions and 5 deletions
44
.travis.yml
44
.travis.yml
|
@ -4,15 +4,49 @@ language: ruby
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
# - osx
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- "2.0.0"
|
- "2.0.0-p0"
|
||||||
- "2.1" # latest 2.1.x
|
- "2.0.0-p195"
|
||||||
|
- "2.0.0-p247"
|
||||||
|
- "2.0.0-p353"
|
||||||
|
- "2.0.0-p451"
|
||||||
|
- "2.0.0-p481"
|
||||||
|
- "2.0.0-p576"
|
||||||
|
- "2.0.0-p598"
|
||||||
|
- "2.0.0-p647"
|
||||||
|
- "2.0.0-p648"
|
||||||
|
|
||||||
|
- "2.1.0"
|
||||||
|
- "2.1.1"
|
||||||
|
- "2.1.2"
|
||||||
|
- "2.1.3"
|
||||||
|
- "2.1.4"
|
||||||
|
- "2.1.5"
|
||||||
|
- "2.1.6"
|
||||||
|
- "2.1.7"
|
||||||
|
- "2.1.8"
|
||||||
|
- "2.1.9"
|
||||||
|
- "2.1.10"
|
||||||
|
|
||||||
|
- "2.2.0"
|
||||||
|
- "2.2.1"
|
||||||
|
- "2.2.2"
|
||||||
|
- "2.2.3"
|
||||||
|
- "2.2.4"
|
||||||
- "2.2.5"
|
- "2.2.5"
|
||||||
|
- "2.2.6"
|
||||||
|
|
||||||
|
- "2.3.0"
|
||||||
|
- "2.3.1"
|
||||||
|
- "2.3.2"
|
||||||
- "2.3.3"
|
- "2.3.3"
|
||||||
|
|
||||||
- "2.4.0"
|
- "2.4.0"
|
||||||
|
|
||||||
- "ruby-head"
|
- "ruby-head"
|
||||||
|
|
||||||
- "jruby-9.0.5.0"
|
- "jruby-9.0.5.0"
|
||||||
- "jruby-9.1.5.0"
|
- "jruby-9.1.5.0"
|
||||||
- "jruby-head"
|
- "jruby-head"
|
||||||
|
@ -37,8 +71,8 @@ matrix:
|
||||||
# exclude: {}
|
# exclude: {}
|
||||||
# include: {}
|
# include: {}
|
||||||
|
|
||||||
allow_failures:
|
allow_failures: []
|
||||||
- rvm: 'ruby-head'
|
# - rvm: 'ruby-head'
|
||||||
|
|
||||||
# return results as soon as mandatory versions are done
|
# return results as soon as mandatory versions are done
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in a new issue