Skip to content

Commit f346683

Browse files
Increase timeout.
1 parent fb0f133 commit f346683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33
global:
44
- MINIO_VER="RELEASE.2019-09-26T19-42-35Z"
55
- ALPINE_VER="3.10"
6+
- COMPOSE_HTTP_TIMEOUT="300"
67
services:
78
- docker
89
main: &main
@@ -62,6 +63,8 @@ jobs:
6263
- PY_VER: "3.5"
6364
- MYSQL_VER: "5.6"
6465
- stage: Coverage
66+
os: linux
67+
language: shell
6568
after_success:
6669
- pip install python-coveralls
6770
- coveralls

0 commit comments

Comments
 (0)