Skip to content

Commit 4ce30ef

Browse files
committed
Fix HHVM builds
1 parent 6e81a50 commit 4ce30ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ matrix:
1616
dist: trusty
1717

1818
before_install:
19+
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
1920
- travis_retry composer self-update
2021

2122
install:
2223
- travis_retry composer require --dev --no-update squizlabs/php_codesniffer
2324
- travis_retry composer install --prefer-dist --no-interaction
2425

25-
before_script:
26-
- if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
27-
2826
script:
2927
- vendor/bin/phpcs
3028
- vendor/bin/phpunit --coverage-text --exclude-group integration

0 commit comments

Comments
 (0)