PAN-6 Created the DB script and updated the .travis file to create the DB in Travis

This commit is contained in:
2019-02-10 11:38:02 -07:00
parent f988e1af7a
commit 89af852ec8
2 changed files with 16 additions and 5 deletions
+7
View File
@@ -1,4 +1,7 @@
language: java
services:
- mysql
install: true
sudo: false
@@ -10,6 +13,10 @@ addons:
before_install:
- chmod +x pandamonium-theorem-prover/gradlew
before_script:
- mysql -u root -e 'CREATE DATABASE pandamonium;'
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/sql/local_development.sql
stages:
- name: build
- name: unitTest