html-object-strings/.gitlab-ci.yml

12 lines
199 B
YAML
Raw Normal View History

2018-08-23 18:49:17 +00:00
image: php:7.1-alpine
before_script:
- apk update
- apk add git
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
test:
script:
- php composer.phar test