PAN-6 Fixed the user creation for .travis.yml

This commit is contained in:
2019-02-10 13:48:49 -07:00
parent 1518bd9b73
commit c571e24e83
+1 -1
View File
@@ -18,7 +18,7 @@ before_install:
before_script: before_script:
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;' - mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;'
- 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
stages: stages: