mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Skip unsupported OS X rvm versions.
This commit is contained in:
parent
2d00544b17
commit
248ac4359a
1 changed files with 9 additions and 0 deletions
|
|
@ -14,3 +14,12 @@ script:
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- "readme-edits"
|
- "readme-edits"
|
||||||
|
|
||||||
|
# These versions do not yet work on OS X on Travis
|
||||||
|
# (last tested: 2015-09)
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
rvm: 'jruby-19mode'
|
||||||
|
- os: osx
|
||||||
|
rvm: '2.2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue