1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-17 20:37:00 +02:00
parent 0380b951a5
commit f5bb3d3f1b

View File

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