Skip to content

Commit c084a08

Browse files
authored
Remove HHVM settings
1 parent 389351f commit c084a08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ php:
1515
- 7.2
1616
- 7.3
1717

18-
before_install:
19-
- echo "hhvm.php7.all=1" >> /tmp/hhvm.php.ini
20-
- phpenv config-add /tmp/hhvm.php.ini
21-
2218
before_script:
2319
- travis_retry composer self-update
24-
- if [[ `php -v | grep -c "HipHop"` > 0 ]]; then composer require phpunit/phpunit:^5.0 --no-update; fi;
2520
- travis_retry composer install --no-interaction --prefer-source --dev
2621

2722
script:

0 commit comments

Comments
 (0)