Skip to content

Commit 5d4aee8

Browse files
authored
Force hhvm PHP 7 mode
1 parent 06ec7d7 commit 5d4aee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ matrix:
3434
allow_failures:
3535
- php: hhvm
3636

37+
before_install:
38+
# Force hhvm PHP 7 mode
39+
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
40+
3741
## Install or update dependencies
3842
install:
3943
#- composer validate

0 commit comments

Comments
 (0)