mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Use explicit ruby versions and remove in/exclude.
The 2.2 and 2.3 aliases don't work super well on travis yet.
This commit is contained in:
parent
a28bae7dcd
commit
8b8d1e2958
1 changed files with 3 additions and 10 deletions
13
.travis.yml
13
.travis.yml
|
@ -9,7 +9,7 @@ os:
|
||||||
rvm:
|
rvm:
|
||||||
- "2.0.0"
|
- "2.0.0"
|
||||||
- "2.1" # latest 2.1.x
|
- "2.1" # latest 2.1.x
|
||||||
- "2.2" # latest 2.2.x
|
- "2.2.5" # TODO: switch to "2.2" once it works for OS X
|
||||||
- "2.3.1" # TODO: switch to "2.3" once travis fixes it
|
- "2.3.1" # TODO: switch to "2.3" once travis fixes it
|
||||||
- "ruby-head"
|
- "ruby-head"
|
||||||
- "jruby-9.0.5.0"
|
- "jruby-9.0.5.0"
|
||||||
|
@ -32,15 +32,8 @@ before_install:
|
||||||
# only on versions that actually work.
|
# only on versions that actually work.
|
||||||
# (last tested: 2016-10)
|
# (last tested: 2016-10)
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
# exclude: {}
|
||||||
- os: osx
|
# include: {}
|
||||||
rvm: '2.2'
|
|
||||||
- os: osx
|
|
||||||
rvm: '2.3.1' # No 2.3.x at all
|
|
||||||
|
|
||||||
include:
|
|
||||||
- os: osx
|
|
||||||
rvm: '2.2.5' # Travis OS X doesn't have 2.2 aliases
|
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue