mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Tests now pass on ruby-head on all platforms.
This commit is contained in:
parent
64eb0a8dad
commit
bad87bd74a
1 changed files with 3 additions and 6 deletions
|
|
@ -30,16 +30,13 @@ before_install:
|
|||
|
||||
# Travis OS X support is pretty janky. These are some hacks to include tests
|
||||
# only on versions that actually work.
|
||||
# (last tested: 2016-10)
|
||||
# (last tested: 2016-11)
|
||||
matrix:
|
||||
# exclude: {}
|
||||
# include: {}
|
||||
|
||||
allow_failures:
|
||||
|
||||
# bundle fails on ruby 2.4 due to rdoc dependency on json
|
||||
# https://github.com/flori/json/issues/303
|
||||
- rvm: 'ruby-head'
|
||||
# allow_failures:
|
||||
# - rvm: 'ruby-head'
|
||||
|
||||
# return results as soon as mandatory versions are done
|
||||
fast_finish: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue