diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..5fb1faa5ed2e8b3a8e5d35c4404c63f654055388 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +stages: +- tests + +tests-php7.1: + stage: tests + tags: ["grifart/php7.1-with-gulp-and-all-php-modules"] + image: grifart/php7.1-with-gulp-and-all-php-modules + + before_script: + - composer install --ansi --no-interaction + script: + - vendor\bin\tester -c tests\php.ini tests