File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1717before_script :
1818 - npm install
1919# See details https://github.com/codecov/example-java-maven
2020script :
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
2525after_success :
2626 - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments