1
0
mirror of https://github.com/danog/class-finder.git synced 2024-12-02 09:27:48 +01:00
class-finder/.gitlab-ci.yml

7 lines
248 B
YAML
Raw Normal View History

2019-02-03 15:50:13 +01:00
PHP 5.3 - PHPUnit:
script: "ci/php53.sh $CI_PROJECT_DIR"
image: "registry.gitlab.com/hpierce1102/classfinder/php53"
2019-02-03 15:44:35 +01:00
PHP 7.2 - PHPUnit:
script: "ci/php72.sh $CI_PROJECT_DIR"
image: "registry.gitlab.com/hpierce1102/classfinder/php72"