1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-29 20:18:59 +01:00
class-finder/.gitlab-ci.yml

8 lines
241 B
YAML
Raw Permalink 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:
2019-02-03 16:55:04 +01:00
script: "ci/php72.sh $CI_PROJECT_DIR"
image: "registry.gitlab.com/hpierce1102/classfinder/php72"