Working on TravisCI
This commit is contained in:
parent
0380b951a5
commit
f5bb3d3f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue