Another attempt at hhvm setup
This commit is contained in:
parent
f163ea41d6
commit
1d6e347b78
@ -28,7 +28,10 @@ test:7:
|
|||||||
|
|
||||||
test:hhvm:
|
test:hhvm:
|
||||||
before_script:
|
before_script:
|
||||||
- composer global require "phpunit/phpunit"
|
- /usr/local/bin/composer self-update
|
||||||
|
- curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
|
||||||
|
- chmod +x /usr/local/bin/phpunit
|
||||||
|
- composer install --no-dev
|
||||||
image: 51systems/docker-gitlab-ci-runner-hhvm
|
image: 51systems/docker-gitlab-ci-runner-hhvm
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build
|
Loading…
Reference in New Issue
Block a user