Skip to content

Commit ccf92da

Browse files
committed
WIP
1 parent b20387c commit ccf92da

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.travis.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,23 @@ addons:
1111

1212
env:
1313
global:
14-
- PGPORT=5433
14+
- REDIS_HOST=127.0.0.1
1515

1616
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
2421

2522
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
3128

3229
after_success:
33-
- travis_retry php vendor/bin/php-coveralls -v
30+
- travis_retry php vendor/bin/php-coveralls -v
3431

3532
notifications:
3633
webhooks:

0 commit comments

Comments
 (0)