Skip to content

Commit ee43bca

Browse files
committed
Merge remote-tracking branch 'origin/docker-mirror'
2 parents 90c5d97 + 5ee3af7 commit ee43bca

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)