File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,23 @@ addons:
1111
1212env :
1313 global :
14- - PGPORT=5433
14+ - REDIS_HOST=127.0.0.1
1515
1616matrix :
17- include :
18- - php : 7.1.3
19- env : REDIS_HOST=127.0.0.1
20- - php : 7.2
21- env : REDIS_HOST=127.0.0.1
22- - php : 7.3
23- env : REDIS_HOST=127.0.0.1
17+ include :
18+ - php : 7.1.3
19+ - php : 7.2
20+ - php : 7.3
2421
2522before_script :
26- - travis_retry composer self-update
27- - travis_retry composer config --global github-protocols https
28- - travis_retry composer install --no-interaction --prefer-source
29- - psql -c 'create database testing;' -U postgres
30- - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
23+ - travis_retry composer self-update
24+ - travis_retry composer config --global github-protocols https
25+ - travis_retry composer install --no-interaction --prefer-source
26+ - psql -c 'create database testing;' -U postgres
27+ - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
3128
3229after_success :
33- - travis_retry php vendor/bin/php-coveralls -v
30+ - travis_retry php vendor/bin/php-coveralls -v
3431
3532notifications :
3633 webhooks :
You can’t perform that action at this time.
0 commit comments