Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-17 22:17:55 +02:00
parent 19fb2b1c77
commit 203090820c

View File

@ -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;"