File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
global :
13
13
- TRAVIS_WORKER_HARD_TIMEOUT="80m"
14
14
- TRAVIS_WORKER_LOG_TIMEOUT="30m"
15
- # Setting Maximum Log Length to 20MB
16
- - TRAVIS_WORKER_MAX_LOG_LENGTH=40000000
15
+ # Setting Maximum Log Length to 100MB
16
+ - TRAVIS_WORKER_MAX_LOG_LENGTH=100000000
17
17
before_script :
18
18
- npm install
19
19
# See details https://github.com/codecov/example-java-maven
20
20
script :
21
21
- mvn cobertura:cobertura
22
22
# Extend the waiting time for executing commands to 30 minutes
23
- install : travis_wait 30 ./mvnw clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
23
+ install : mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
24
24
# Report to codecov
25
25
after_success :
26
26
- bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments