Mods-for-HESK-Netsyms/.gitlab-ci.yml
2017-06-22 21:37:56 -04:00

8 lines
141 B
YAML

image: php:7.0
before_script:
- bash ci/docker_install.sh > /dev/null
test:app:
script:
- phpunit --configuration api/Tests/phpunit.xml