Update .travis.yml

This commit is contained in:
Alex Tusa
2019-02-01 22:56:22 -07:00
committed by GitHub
parent 21e97be136
commit ade13c7d50
+4 -3
View File
@@ -9,6 +9,7 @@ addons:
before_install: before_install:
- chmod +x pandamonium-theorem-prover/gradlew - chmod +x pandamonium-theorem-prover/gradlew
- cd pandamonium-theorem-prover
stages: stages:
- name: build - name: build
@@ -18,8 +19,8 @@ stages:
jobs: jobs:
include: include:
- stage: build - stage: build
script: ./pandamonium-theorem-prover/gradlew build script: ./gradlew build
- stage: unitTest - stage: unitTest
script: ./pandamonium-theorem-prover/gradlew test script: ./gradlew test
- stage: integrationTest - stage: integrationTest
script: ./pandamonium-theorem-prover/gradlew integrationTest script: ./gradlew integrationTest