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

Commit 39a7fb4

Browse files
committed
Remove php 5.4 from tests version, allow failure on hhvm
1 parent d940ae4 commit 39a7fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 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
@@ -20,9 +19,10 @@ env:
2019
matrix:
2120
allow_failures:
2221
- php: 7.0
22+
- php: hhvm
2323
fast_finish: true
2424
include:
25-
- php: 5.4
25+
- php: 5.5
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2727

2828
before_install:

0 commit comments

Comments
 (0)