Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 7c44738

Browse files
committed
No support for php 5.4 and test on hhvm
1 parent 75f9578 commit 7c44738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ branches:
2222
- /^analysis-.*$/
2323

2424
matrix:
25+
allow_failures:
26+
- php: hhvm
2527
fast_finish: true
2628
include:
27-
- php: 5.4
29+
- php: 5.5
2830
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2931

3032
before_install:

0 commit comments

Comments
 (0)