We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643afe8 commit c0f55c2Copy full SHA for c0f55c2
.travis.yml
@@ -7,6 +7,7 @@ php:
7
8
services:
9
- mysql
10
+ - redis
11
12
before_install:
13
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
@@ -18,6 +19,7 @@ install:
18
19
- echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
20
21
before_script:
22
+ - phpenv config-rm xdebug.ini
23
- composer update
24
25
script: composer test
0 commit comments