034e80f235
also only running non-db tests at the moment
9 lines
163 B
YAML
9 lines
163 B
YAML
image: php:7.0
|
|
|
|
before_script:
|
|
# Install dependencies
|
|
- bash ci/docker_install.sh > /dev/null
|
|
|
|
test:local:
|
|
script:
|
|
- composer.phar test-local
|