Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8482f0b

Browse files
committed
Merge pull request zendframework#473 from mhujer/hhvm-fix
Fixed build init for hhvm
2 parents d0587af + 84b85c5 commit 8482f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_script:
2424
- mysql -e 'create database zftest;'
2525
- psql -c 'create database zftest;' -U postgres
2626

27-
- if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then phpenv config-add tests/config.ini; fi
27+
- if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-add tests/config.ini; fi
2828
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then phpenv config-add tests/php52_config.ini; fi
2929

3030
- cp ./tests/TestConfiguration.travis.php ./tests/TestConfiguration.php

0 commit comments

Comments
 (0)