We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a35cd commit f794623Copy full SHA for f794623
1 file changed
.travis.yml
@@ -5,25 +5,22 @@ language: java
5
6
jdk:
7
- openjdk11
8
- - openjdk-ea
+
9
+script:
10
+ - ./gradlew clean build
11
12
+after_success:
13
+ - bash <(curl -s https://codecov.io/bash)
14
+ - '[ "$TRAVIS_BRANCH" = "series/6.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
15
+ && ./gradlew uploadArchives'
16
17
matrix:
18
fast_finish: true
19
20
include:
- - jdk: openjdk11
- script:
- - ./gradlew build coverage -s -i
- after_success:
- - bash <(curl -s https://codecov.io/bash)
- - '[ "$TRAVIS_BRANCH" = "series/6.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
- && ./gradlew uploadArchives'
21
22
allow_failures:
23
- - jdk: openjdk-ea
24
25
-script:
26
- - ./gradlew clean test
27
28
env:
29
global:
0 commit comments