PAN-6 Removed duplicate .travis.yml file

This commit is contained in:
2019-02-10 13:04:07 -07:00
parent 4bc02261a6
commit 8be4da85b0
-29
View File
@@ -1,29 +0,0 @@
language: java
services:
- mysql
install: true
before_install:
- chmod +x pandamonium-theorem-prover/gradlew
- cd pandamonium-theorem-prover
before_script:
- mysql -u root < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
stages:
- name: Load Database
- name: Build
- name: Unit Tests
- name: Integration Tests
jobs:
include:
- stage: Load Database
script: ./pandamonium-theorem-prover/gradlew loaddb
- stage: Build
script: ./gradlew build
- stage: Unit Tests
script: ./gradlew test
- stage: Integration Tests
script: ./gradlew integrationTest