Skip to content

Commit 7aea725

Browse files
committed
调整script参数
1 parent 273e872 commit 7aea725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ env:
1212
global:
1313
- TRAVIS_WORKER_HARD_TIMEOUT="80m"
1414
- 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
1717
before_script:
1818
- npm install
1919
# See details https://github.com/codecov/example-java-maven
2020
script:
2121
- mvn cobertura:cobertura
2222
# 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
2424
# Report to codecov
2525
after_success:
2626
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)