mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Working on TravisCI
This commit is contained in:
parent
0380b951a5
commit
f5bb3d3f1b
@ -40,7 +40,7 @@ install:
|
||||
before_script:
|
||||
# copy configuration files
|
||||
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
||||
- cp tests/.env.circleci .env
|
||||
- cp tests/.env.example .env
|
||||
# create the database and user
|
||||
- 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;"
|
||||
|
Loading…
Reference in New Issue
Block a user