1
0
mirror of https://github.com/flarum/core.git synced 2025-07-13 21:06:24 +02:00

dropped hhvm and gitter webhook

This commit is contained in:
Daniel Klabbers
2018-01-17 10:26:18 +01:00
committed by Franz Liedke
parent 571938a677
commit cc22d1d6f8

View File

@ -4,11 +4,8 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
@ -22,12 +19,6 @@ script:
notifications:
email:
on_failure: change
webhooks:
urls:
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
on_success: always
on_failure: always
on_start: false
after_success:
- bash <(curl -s https://codecov.io/bash)