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

Commit 63d5a3d

Browse files
committed
Fix broken build
1 parent 4c33676 commit 63d5a3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
@@ -22,9 +21,11 @@ branches:
2221
- /^analysis-.*$/
2322

2423
matrix:
24+
allow_failures:
25+
- php: hhvm
2526
fast_finish: true
2627
include:
27-
- php: 5.4
28+
- php: 5.5
2829
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2930

3031
before_install:

0 commit comments

Comments
 (0)