Skip to content

Commit 273e872

Browse files
committed
添加travis全局变量
1 parent 880818e commit 273e872

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ cache:
1010
- node_modules
1111
env:
1212
global:
13+
- TRAVIS_WORKER_HARD_TIMEOUT="80m"
14+
- TRAVIS_WORKER_LOG_TIMEOUT="30m"
1315
# Setting Maximum Log Length to 20MB
14-
- TRAVIS_WORKER_MAX_LOG_LENGTH=20000000
16+
- TRAVIS_WORKER_MAX_LOG_LENGTH=40000000
1517
before_script:
1618
- npm install
1719
# See details https://github.com/codecov/example-java-maven

0 commit comments

Comments
 (0)