try a different docker container for running hhvm tests

This commit is contained in:
Timothy Warren 2016-08-03 18:09:55 -04:00
parent 7b9b62b200
commit 7e05a4dcc2
1 changed files with 3 additions and 6 deletions

View File

@ -28,10 +28,7 @@ test:7:
test:hhvm:
before_script:
- curl -sS https://getcomposer.org/installer | hhvm
- hhvm composer.phar install --no-dev
- curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
- chmod +x /usr/local/bin/phpunit
image: diegomarangoni/hhvm:cli
- composer install -g phpunit
image: 51systems/docker-gitlab-ci-runner-hhvm
script:
- hhvm `which phpunit` -c build
- phpunit -c build