From 76a0c7b407736486af7095c879140273b7c44bd4 Mon Sep 17 00:00:00 2001 From: atusa17 Date: Sun, 10 Feb 2019 12:57:07 -0700 Subject: [PATCH] PAN-6 Fixed an issue with the .travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 235ba94..381a558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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