8 lines
151 B
YAML
8 lines
151 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: php:7.4-cli
|
||
|
pull: true
|
||
|
commands:
|
||
|
- bash ci/docker_install.sh > /dev/null
|
||
|
- php composer.phar run test
|