Skip to content

Commit 1dfa448

Browse files
committed
Use the GCE docker mirror
1 parent 60acd5a commit 1dfa448

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ env:
100100
- COMPOSE_APP=mariadb PYTHON_VERSION=3.7 MARIADB_VERSION=10.2
101101
- COMPOSE_APP=mariadb PYTHON_VERSION=3.7 MARIADB_VERSION=10.3
102102

103+
before_install:
104+
- echo DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io" | sudo tee -a /etc/default/docker
105+
- sudo service docker restart
106+
103107
install:
104108
- pip install docker-compose --upgrade
105109

0 commit comments

Comments
 (0)