PAN-6 Fixed an issue with the .travis file
This commit is contained in:
@@ -4,12 +4,6 @@ services:
|
|||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
sudo: false
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- oracle-java8-installer
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x pandamonium-theorem-prover/gradlew
|
- chmod +x pandamonium-theorem-prover/gradlew
|
||||||
- cd pandamonium-theorem-prover
|
- cd pandamonium-theorem-prover
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ before_install:
|
|||||||
- cd pandamonium-theorem-prover
|
- cd pandamonium-theorem-prover
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
|
- mysql -u root < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: Load Database
|
- name: Load Database
|
||||||
|
|||||||
Reference in New Issue
Block a user