12 lines
153 B
YAML
12 lines
153 B
YAML
image: php:7.0
|
|
|
|
before_script:
|
|
- bash ci/docker_install.sh > /dev/null
|
|
|
|
test:app:
|
|
#when: manual
|
|
script:
|
|
- cd api/Tests
|
|
- phpunit
|
|
paths:
|
|
- * |