Skip to content

Commit 1793302

Browse files
committed
调整 CI 包安装
1 parent b64bf07 commit 1793302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ install:
2020
- composer require --update-no-dev --no-interaction "topthink/think-migration:^1.0"
2121
- composer require --update-no-dev --no-interaction "topthink/think-captcha:^1.0"
2222
- 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"
2423
- composer require --update-no-dev --no-interaction "topthink/think-worker:^1.0"
2524
- composer require --update-no-dev --no-interaction "topthink/think-helper:^1.0"
2625
- composer require --update-no-dev --no-interaction "topthink/think-queue:^1.0"
2726
- 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 .
2927
- 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 .
3029

3130
script:
3231
- php think unit

0 commit comments

Comments
 (0)