PAN-6 Fixed an issue with the .travis file

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