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 de15398 commit 3f40096Copy full SHA for 3f40096
.travis.yml
@@ -2,7 +2,6 @@ language: java
2
sudo: false # faster builds
3
jdk:
4
- openjdk8
5
- - openjdk11
6
node_js: "10"
7
cache:
8
directories:
@@ -11,12 +10,12 @@ cache:
11
10
- node_modules
12
before_script:
13
- npm install
14
-# see details https://github.com/codecov/example-java-maven
+# See details https://github.com/codecov/example-java-maven
15
script:
16
- mvn cobertura:cobertura
17
-
+# Extend the waiting time for executing commands to 30 minutes
18
install: travis_wait 30 ./mvnw clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
19
-# report to codecov
+# Report to codecov
20
after_success:
21
- bash <(curl -s https://codecov.io/bash)
22
notifications:
0 commit comments