File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ addons:
12
12
env :
13
13
global :
14
14
- REDIS_HOST=127.0.0.1
15
+ - DB_HOST=127.0.0.1
15
16
16
17
matrix :
17
18
include :
@@ -24,7 +25,7 @@ before_script:
24
25
- travis_retry composer config --global github-protocols https
25
26
- travis_retry composer install --no-interaction --prefer-source
26
27
- psql -c "CREATE DATABASE testing_db;" -U postgres
27
- - psql -c "CREATE USER foo WITH PASSWORD 'bar ';" -U postgres
28
+ - psql -c "CREATE USER homestead WITH PASSWORD 'secret ';" -U postgres
28
29
29
30
after_success :
30
31
- travis_retry php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change 31
31
<env name =" SESSION_DRIVER" value =" array" />
32
32
<env name =" QUEUE_DRIVER" value =" sync" />
33
33
<env name =" DB_CONNECTION" value =" testing" />
34
- <env name =" DB_HOST" value =" 127.0.0.1 " />
34
+ <env name =" DB_HOST" value =" 192.168.10.10 " />
35
35
<env name =" DB_DATABASE" value =" testing" />
36
36
<env name =" DB_USERNAME" value =" homestead" />
37
37
<env name =" DB_PASSWORD" value =" secret" />
You can’t perform that action at this time.
0 commit comments