Skip to content

Commit

Permalink
cleanup travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Apr 12, 2020
1 parent bdfef75 commit 86e457d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ before_install:
install: true

script:
- "./gradlew check"

after_failure:
- "./gradlew clean check -debug --stacktrace"

after_success:
- "./gradlew check --stacktrace"

jdk:
- openjdk14
Expand All @@ -29,12 +24,10 @@ jdk:
jobs:
include:

- script: "./gradlew check"
jdk: openjdk14
- jdk: openjdk14
os: osx

- script: "./gradlew check"
jdk: openjdk11
- jdk: openjdk11
os: osx

- stage: Quality Check
Expand All @@ -47,7 +40,7 @@ jobs:
name: coveralls
jdk: openjdk11
script:
- "./gradlew -PskipSigning jacocoRootReport coveralls"
- "./gradlew -PskipSigning jacocoRootReport coveralls -i --stacktrace"


notifications:
Expand Down

0 comments on commit 86e457d

Please sign in to comment.