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

Commit 84b85c5

Browse files
committed
Fix build init for hhvm
1 parent cd4fbd0 commit 84b85c5

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)