flatrr/.gitlab-ci.yml

11 lines
198 B
YAML
Raw Normal View History

2018-08-21 19:17:06 +00:00
image: php:7.1-alpine
2018-08-17 21:02:50 +00:00
before_script:
2018-08-21 19:17:06 +00:00
- apk update
- apk add git
2018-08-17 21:02:50 +00:00
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
test:
script:
2018-08-21 19:17:06 +00:00
- php composer.phar test