diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2f0bb8e..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: valeryan/php-fpm - -stages: - - test - -before_script: - - composer self-update - - composer install - - npm install - -job: - stage: test - script: composer test