Update .travis.yml

This commit is contained in:
Alex Tusa
2019-02-01 22:49:54 -07:00
committed by GitHub
parent 93898f5bef
commit 21e97be136
+4 -4
View File
@@ -8,7 +8,7 @@ addons:
- oracle-java8-installer - oracle-java8-installer
before_install: before_install:
- chmod +x gradlew - chmod +x pandamonium-theorem-prover/gradlew
stages: stages:
- name: build - name: build
@@ -18,8 +18,8 @@ stages:
jobs: jobs:
include: include:
- stage: build - stage: build
script: ./gradlew build script: ./pandamonium-theorem-prover/gradlew build
- stage: unitTest - stage: unitTest
script: ./gradlew test script: ./pandamonium-theorem-prover/gradlew test
- stage: integrationTest - stage: integrationTest
script: ./gradlew integrationTest script: ./pandamonium-theorem-prover/gradlew integrationTest