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 880818e commit 273e872Copy full SHA for 273e872
.travis.yml
@@ -10,8 +10,10 @@ cache:
10
- node_modules
11
env:
12
global:
13
+ - TRAVIS_WORKER_HARD_TIMEOUT="80m"
14
+ - TRAVIS_WORKER_LOG_TIMEOUT="30m"
15
# Setting Maximum Log Length to 20MB
- - TRAVIS_WORKER_MAX_LOG_LENGTH=20000000
16
+ - TRAVIS_WORKER_MAX_LOG_LENGTH=40000000
17
before_script:
18
- npm install
19
# See details https://github.com/codecov/example-java-maven
0 commit comments