Skip to content

Commit 31c10a6

Browse files
committed
Run http server script before the tests
1 parent 0efe741 commit 31c10a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ branches:
2222
- /^analysis-.*$/
2323

2424
matrix:
25+
allow_failures:
26+
- php: hhvm
2527
fast_finish: true
2628
include:
2729
- php: 5.4
@@ -33,6 +35,9 @@ before_install:
3335
install:
3436
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
3537

38+
before_script:
39+
- vendor/bin/http_test_server > /dev/null 2>&1 &
40+
3641
script:
3742
- $TEST_COMMAND
3843

0 commit comments

Comments
 (0)