Update gitlab ci setup

This commit is contained in:
Timothy Warren 2017-02-22 16:54:13 -05:00
parent 1f1395ae88
commit 9795880651
1 changed files with 8 additions and 7 deletions

View File

@ -17,12 +17,13 @@ test:7:
image: php:7
script:
- vendor/bin/phpunit --coverage-text --colors=never
test:hhvm:
test:7.1:
before_script:
- /usr/local/bin/composer self-update
- composer update
- composer install
image: 51systems/docker-gitlab-ci-runner-hhvm
- bash build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar update
- php composer.phar install
image: php:7.1
script:
- hhvm -d hhvm.php7.all=true vendor/bin/phpunit --coverage-text --colors=never
- vendor/bin/phpunit --coverage-text --colors=never