Update .travis.yml

This commit is contained in:
2019-02-01 22:41:46 -07:00
parent 98491c8ec5
commit 5be55578b1
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,6 +1,12 @@
language: java
install: true
sudo: false
addons:
apt:
packages:
- oracle-java8-installer
before_install:
- chmod +x gradlew
+3 -3
View File
@@ -18,8 +18,8 @@ stages:
jobs:
include:
- stage: build
script: ./gradlew build
script: ./pandamonium-theorem-prover/gradlew build
- stage: unitTest
script: ./gradlew test
script: ./pandamonium-theorem-prover/gradlew test
- stage: integrationTest
script: ./gradlew integrationTest
script: ./pandamonium-theorem-prover/gradlew integrationTest