1
0
Fork 0
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:
Andy Brody 2015-09-27 12:47:41 -07:00
parent 2d00544b17
commit 248ac4359a

View file

@ -14,3 +14,12 @@ script:
branches:
except:
- "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'