Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Sep 20, 2019
1 parent c4d9563 commit 9f7473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ before_script:
- sh tests/db/install-db.sh
- curl -sSfL -o ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://phar.phpunit.de/phpunit-7.phar
- export TEST_PHPUNIT_PATH=~/.phpenv/versions/$(phpenv version-name)/bin/phpunit
- php ./.travis/composer-no-phpunit.php
- composer update
- cd ./tests && composer update && cd ../
- php --ri swoole
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vlucas/phpdotenv": "~2.5"
},
"require-dev": {
"phpunit/phpunit": ">=7"
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 9f7473d

Please sign in to comment.