mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Added .env file
This commit is contained in:
@@ -11,6 +11,7 @@ before_install:
|
||||
- git submodule update --init --recursive
|
||||
- cd application
|
||||
- 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' .env
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user