destructr/.gitlab-ci.yml

9 lines
147 B
YAML
Raw Normal View History

2018-08-22 01:44:52 +00:00
image: php:7.1-alpine
2018-08-17 18:29:03 +00:00
before_script:
- 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:
2018-08-22 01:44:52 +00:00
- php composer.phar test-local