Exclude ruby-2.3 from osx since it isn't installed on Travis

This commit is contained in:
Dzmitry Plashchynski
2016-06-24 02:41:10 +03:00
parent 01cc0864f2
commit ad6d6cf9d6

View File

@@ -7,10 +7,14 @@ rvm:
- 2.1.7
- 2.2.3
- 2.3.1
matrix:
exclude:
- rvm: 2.3.1
- os: osx
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/907e95dada362be2a13c
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
on_start: never # options: [always|never|change] default: always