add gitlab-ci configuration
parent
23e365e8
No related branches found
No related tags found
Pipeline
#654
failed
.gitlab-ci.yml
0 → 100644
{ | ||
"name": "riki/quickstart", | ||
"description": "", | ||
"description": "quickstart for a php application using riki-framework", | ||
"type": "project", | ||
"license": "MIT", | ||
"minimum-stability": "rc", | ||
"minimum-stability": "RC", | ||
"config": { | ||
"bin-dir": "bin" | ||
}, | ||
... | ... | @@ -38,7 +38,11 @@ |
}, | ||
"scripts": { | ||
"start": "php -S localhost:8080 -t public public/routing.php", | ||
"cli": "quickstart", | ||
"test": "phpunit" | ||
}, | ||
"archive": { | ||
"exclude": [ | ||
".gitlab-ci.yml" | ||
] | ||
} | ||
} |
Please register or sign in to comment