This commit is contained in:
Akolzin Dmitry 2020-02-18 00:11:29 +03:00
parent 3516378d7e
commit 799c260189

View File

@ -32,8 +32,10 @@ before_script:
- (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null
- sleep 2
script:
- composer test
jobs:
include:
- stage: test
script: composer test
deploy:
skip_cleanup: true