destructr/.gitlab-ci.yml
Joby Elliott 034e80f235 simplified ci
also only running non-db tests at the moment
2018-08-18 10:20:22 -06:00

9 lines
163 B
YAML

image: php:7.0
before_script:
# Install dependencies
- bash ci/docker_install.sh > /dev/null
test:local:
script:
- composer.phar test-local