We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fb534 commit 50abcd8Copy full SHA for 50abcd8
.travis.yml
@@ -4,20 +4,17 @@ php:
4
- 7.0
5
- 5.6
6
- 5.5
7
- - hhvm
8
9
notifications:
10
slack: nukacode:HyFrc2QLi5PC5fPxadm07O5v
11
webhooks:
12
urls:
13
- https://webhooks.gitter.im/e/213257627c4e40ffc03c
14
- on_success: always # options: [always|never|change] default: always
+ on_success: change # options: [always|never|change] default: always
15
on_failure: always # options: [always|never|change] default: always
16
on_start: false # default: false
17
18
matrix:
19
- allow_failures:
20
- - php: hhvm
21
fast_finish: true
22
23
before_script:
0 commit comments