mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on TravisCI
This commit is contained in:
parent
331b117189
commit
cc27e5278f
@ -40,7 +40,6 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
# copy configuration files
|
# copy configuration files
|
||||||
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
||||||
- cp tests/.env.example .env
|
|
||||||
# create the database and user
|
# create the database and user
|
||||||
- mysql -u root -e "create database IF NOT EXISTS ninja;"
|
- mysql -u root -e "create database IF NOT EXISTS ninja;"
|
||||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON ninja.* To 'ninja'@'localhost' IDENTIFIED BY 'ninja'; FLUSH PRIVILEGES;"
|
- mysql -u root -e "GRANT ALL PRIVILEGES ON ninja.* To 'ninja'@'localhost' IDENTIFIED BY 'ninja'; FLUSH PRIVILEGES;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user