Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-17 21:17:06 +02:00
parent ed941fef89
commit f633e311c5

View File

@ -39,6 +39,7 @@ install:
before_script: before_script:
# copy configuration files # copy configuration files
- cp .env.example .env
- cp tests/_bootstrap.php.default tests/_bootstrap.php - cp tests/_bootstrap.php.default tests/_bootstrap.php
# 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;"