mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 06:36:06 +03:00
Edit travis.yml
This commit is contained in:
parent
c49070ea6f
commit
f006561d3e
21
.travis.yml
21
.travis.yml
@ -11,16 +11,17 @@ php:
|
|||||||
- 7.2
|
- 7.2
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- OC_DB_HOSTNAME=localhost
|
global:
|
||||||
- OC_DB_USERNAME=root
|
- OC_DB_HOSTNAME=localhost
|
||||||
- OC_DB_PASSWORD=root
|
- OC_DB_USERNAME=root
|
||||||
- OC_DB_DATABASE=tests_opencart
|
- OC_DB_PASSWORD=root
|
||||||
- OC_DB_DRIVER=mysqli
|
- OC_DB_DATABASE=tests_opencart
|
||||||
- OC_USERNAME=admin
|
- OC_DB_DRIVER=mysqli
|
||||||
- OC_PASSWORD=admin
|
- OC_USERNAME=admin
|
||||||
- OC_EMAIL=you@example.com
|
- OC_PASSWORD=admin
|
||||||
- SERVER_PORT=8000
|
- OC_EMAIL=you@example.com
|
||||||
- SERVER_URL=http://localhost
|
- SERVER_PORT=8000
|
||||||
|
- SERVER_URL=http://localhost
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Change MySQL root password
|
# Change MySQL root password
|
||||||
|
Loading…
Reference in New Issue
Block a user