Skip to content

Commit c86d6f6

Browse files
committed
update for api tests
1 parent 00cbd63 commit c86d6f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ before_script:
2424
- bin/php-cs-fixer -V
2525
- composer config -g process-timeout 900 && composer update
2626
- composer require --dev phpstan/phpstan
27+
# start http server for api-tests
28+
- php bin/swoft http:start -d
2729

2830
script:
2931
- composer check-cs
3032
- composer phpstan
3133
- composer api-tests
3234
- composer unit-tests
3335
# - php bin/swoft dinfo:env
36+
37+
after_script:
38+
- php bin/swoft http:stop

0 commit comments

Comments
 (0)