PAN-6 Fixed an issue with the .travis file

This commit is contained in:
2019-02-10 12:53:03 -07:00
parent 6057d26eee
commit 4e6b590fd1
+2 -1
View File
@@ -9,7 +9,8 @@ before_install:
- cd pandamonium-theorem-prover
before_script:
- mysql -u root < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
- mysql -u root -e 'CREATE DATABASE pandamonium;'
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
stages:
- name: Load Database