mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Added .env file
This commit is contained in:
parent
26792f29f3
commit
e702e356a0
@ -11,6 +11,7 @@ before_install:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cd application
|
- cd application
|
||||||
- cp phpunit.xml.dist phpunit.xml
|
- cp phpunit.xml.dist phpunit.xml
|
||||||
|
- cp .env.dist .env
|
||||||
- sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' phpunit.xml
|
- sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' phpunit.xml
|
||||||
- sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' .env
|
- sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' .env
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user