shopping-list/.gitlab-ci.yml
2019-01-20 00:00:17 +01:00

9 lines
100 B
YAML

stages:
- test
check_code:
stage: test
script:
- ./.test/php_syntax.sh
tags:
- php