Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 54758a7

Browse files
committed
Background server
1 parent 9fd285a commit 54758a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
matrix:
1313
allow_failures:
1414
- env: SYMFONY_VERSION=dev-master
15+
- php: hhvm
1516
include:
1617
- php: 5.5
1718
env: SYMFONY_VERSION=2.3.*
@@ -27,7 +28,7 @@ before_script:
2728

2829
script:
2930
- phpunit --coverage-text
30-
- ./vendor/symfony-cmf/testing/bin/server
31+
- ./vendor/symfony-cmf/testing/bin/server &
3132
- ./vendor/bin/behat
3233

3334
notifications:

0 commit comments

Comments
 (0)