Skip to content

Commit 50abcd8

Browse files
committed
minor update to travis config
1 parent 37fb534 commit 50abcd8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@ php:
44
- 7.0
55
- 5.6
66
- 5.5
7-
- hhvm
87

98
notifications:
109
slack: nukacode:HyFrc2QLi5PC5fPxadm07O5v
1110
webhooks:
1211
urls:
1312
- https://webhooks.gitter.im/e/213257627c4e40ffc03c
14-
on_success: always # options: [always|never|change] default: always
13+
on_success: change # options: [always|never|change] default: always
1514
on_failure: always # options: [always|never|change] default: always
1615
on_start: false # default: false
1716

1817
matrix:
19-
allow_failures:
20-
- php: hhvm
2118
fast_finish: true
2219

2320
before_script:

0 commit comments

Comments
 (0)