File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ install:
20
20
- composer require --update-no-dev --no-interaction "topthink/think-migration:^1.0"
21
21
- composer require --update-no-dev --no-interaction "topthink/think-captcha:^1.0"
22
22
- composer require --update-no-dev --no-interaction "topthink/think-mongo:^1.0"
23
- - composer require --update-no-dev --no-interaction "topthink/think-testing:^1.0"
24
23
- composer require --update-no-dev --no-interaction "topthink/think-worker:^1.0"
25
24
- composer require --update-no-dev --no-interaction "topthink/think-helper:^1.0"
26
25
- composer require --update-no-dev --no-interaction "topthink/think-queue:^1.0"
27
26
- composer require --update-no-dev --no-interaction "topthink/think-angular:^1.0"
28
- - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Full.zip .
29
27
- composer require --dev --update-no-dev --no-interaction "topthink/think-testing:^1.0"
28
+ - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Full.zip .
30
29
31
30
script :
32
31
- php think unit
You can’t perform that action at this time.
0 commit comments