shopping-list/.gitlab-ci.yml

10 lines
100 B
YAML
Raw Normal View History

2019-01-20 00:00:17 +01:00
stages:
- test
check_code:
stage: test
script:
- ./.test/php_syntax.sh
tags:
- php