8 lines
147 B
YAML
8 lines
147 B
YAML
image: php:7.1-alpine
|
|
|
|
before_script:
|
|
- bash ci/docker_install.sh > /dev/null
|
|
|
|
test:local:
|
|
script:
|
|
- php composer.phar test-local
|