Delete .gitlab-ci.yml

This commit is contained in:
Universal Omega 2021-01-24 14:14:48 -07:00 committed by GitHub
parent 94c09f7508
commit 61d437a61d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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