mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Drop ruby 2.0 from test matrix, update versions.
This commit is contained in:
parent
d1777841a9
commit
66b586e83a
1 changed files with 7 additions and 8 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,20 +1,21 @@
|
|||
# Available ruby versions: http://rubies.travis-ci.org/
|
||||
|
||||
language: ruby
|
||||
sudo: false
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
rvm:
|
||||
- "2.0.0"
|
||||
- "2.1" # latest 2.1.x
|
||||
- "2.2.5"
|
||||
- "2.3.3"
|
||||
- "2.4.0"
|
||||
- "2.2.10"
|
||||
- "2.3.8"
|
||||
- "2.4.6"
|
||||
- "2.5.5"
|
||||
- "2.6.3"
|
||||
- "ruby-head"
|
||||
- "jruby-9.0.5.0"
|
||||
- "jruby-9.1.5.0"
|
||||
- "jruby-9.1.9.0"
|
||||
- "jruby-head"
|
||||
|
||||
cache: bundler
|
||||
|
@ -45,5 +46,3 @@ matrix:
|
|||
|
||||
# return results as soon as mandatory versions are done
|
||||
fast_finish: true
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue