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:
11
11
12
12
env :
13
13
global :
14
- - PGPORT=5433
14
+ - REDIS_HOST=127.0.0.1
15
15
16
16
matrix :
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
24
21
25
22
before_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
31
28
32
29
after_success :
33
- - travis_retry php vendor/bin/php-coveralls -v
30
+ - travis_retry php vendor/bin/php-coveralls -v
34
31
35
32
notifications :
36
33
webhooks :
You can’t perform that action at this time.
0 commit comments