Skip to content

Commit c0f55c2

Browse files
authored
Fix auth travis ci (swoft-cloud/swoft-component#205)
1 parent 643afe8 commit c0f55c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77

88
services:
99
- mysql
10+
- redis
1011

1112
before_install:
1213
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
@@ -18,6 +19,7 @@ install:
1819
- echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1920

2021
before_script:
22+
- phpenv config-rm xdebug.ini
2123
- composer update
2224

2325
script: composer test

0 commit comments

Comments
 (0)