try a different docker container for running hhvm tests
This commit is contained in:
parent
30834be3a8
commit
d30e90937b
@ -28,10 +28,7 @@ test:7:
|
|||||||
|
|
||||||
test:hhvm:
|
test:hhvm:
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sS https://getcomposer.org/installer | hhvm
|
- composer install -g phpunit
|
||||||
- hhvm composer.phar install --no-dev
|
image: 51systems/docker-gitlab-ci-runner-hhvm
|
||||||
- curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
|
|
||||||
- chmod +x /usr/local/bin/phpunit
|
|
||||||
image: diegomarangoni/hhvm:cli
|
|
||||||
script:
|
script:
|
||||||
- hhvm `which phpunit` -c build
|
- phpunit -c build
|
Loading…
Reference in New Issue
Block a user