html-object-strings/.gitlab-ci.yml
2018-08-23 12:49:17 -06:00

11 lines
199 B
YAML

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