PAN-7 Updated the .travis.yml file
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- mysql_upgrade --force -uroot
|
- mysql_upgrade --force -uroot
|
||||||
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;'
|
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;'
|
||||||
- mysql -u root -e "CREATE USER 'panda'@'localhost';"
|
- mysql -u root -e "CREATE USER 'panda'@'localhost' IDENTIFIED BY 'secret';"
|
||||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';"
|
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';"
|
||||||
- mysql -u root pandamonium < persistence/scripts/mysql/local_development.sql
|
- mysql -u root pandamonium < persistence/scripts/mysql/local_development.sql
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user