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

Commit 637a82c

Browse files
committed
Fix text on travis
1 parent 74c743e commit 637a82c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

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

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
13+
- 7.1
1414
- hhvm
1515

1616
env:
@@ -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:
@@ -35,6 +37,9 @@ install:
3537
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3638
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3739

40+
before_script:
41+
- vendor/bin/http_test_server > /dev/null 2>&1 &
42+
3843
script:
3944
- $TEST_COMMAND
4045

0 commit comments

Comments
 (0)