11 lines
133 B
YAML
11 lines
133 B
YAML
image: php:7.0
|
|
|
|
before_script:
|
|
- bash ci/docker_install.sh > /dev/null
|
|
|
|
stages:
|
|
- test
|
|
|
|
test:
|
|
script:
|
|
- phpunit tests/
|