Working on TravisCI
This commit is contained in:
parent
19fb2b1c77
commit
203090820c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ before_script:
|
|||
# copy configuration files
|
||||
- cp .env.example .env
|
||||
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
||||
- php artisan key:generate --no-interaction
|
||||
# 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