destructr/.gitlab-ci.yml

10 lines
163 B
YAML
Raw Normal View History

image: php:7.0
2018-08-17 18:29:03 +00:00
before_script:
# Install dependencies
- bash ci/docker_install.sh > /dev/null
2018-08-17 18:29:03 +00:00
test:local:
2018-08-17 18:29:03 +00:00
script:
- composer.phar test-local