mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-24 01:38:37 +02:00
Exclude ruby-2.3 from osx since it isn't installed on Travis
This commit is contained in:
@@ -7,10 +7,14 @@ rvm:
|
|||||||
- 2.1.7
|
- 2.1.7
|
||||||
- 2.2.3
|
- 2.2.3
|
||||||
- 2.3.1
|
- 2.3.1
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- rvm: 2.3.1
|
||||||
|
- os: osx
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
- https://webhooks.gitter.im/e/907e95dada362be2a13c
|
- https://webhooks.gitter.im/e/907e95dada362be2a13c
|
||||||
on_success: change # options: [always|never|change] default: always
|
on_success: change # options: [always|never|change] default: always
|
||||||
on_failure: always # 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
|
||||||
|
|||||||
Reference in New Issue
Block a user