2018-08-18 16:20:22 +00:00
|
|
|
image: php:7.0
|
2018-08-17 18:29:03 +00:00
|
|
|
|
|
|
|
before_script:
|
2018-08-18 16:20:22 +00:00
|
|
|
# Install dependencies
|
|
|
|
- bash ci/docker_install.sh > /dev/null
|
2018-08-17 18:29:03 +00:00
|
|
|
|
2018-08-18 16:20:22 +00:00
|
|
|
test:local:
|
2018-08-17 18:29:03 +00:00
|
|
|
script:
|
2018-08-18 16:20:22 +00:00
|
|
|
- composer.phar test-local
|