Skip to content

Commit ff37415

Browse files
committed
Test HHVM but allow failures.
1 parent 9cc30b7 commit ff37415

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: php
2+
23
dist: trusty
34

45
matrix:
6+
fast_finish: true
57
include:
68
- php: '5.6'
79
- php: '7.0'
810
- php: '7.1'
9-
fast_finish: true
11+
allow_failures:
12+
- php: hhvm
1013

1114
before_script:
1215
- chmod 777 ./tests/travis/setup_arangodb.sh

0 commit comments

Comments
 (0)