Skip to content

Commit 5ee3af7

Browse files
committed
Correct quoting
1 parent 1dfa448 commit 5ee3af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ env:
101101
- COMPOSE_APP=mariadb PYTHON_VERSION=3.7 MARIADB_VERSION=10.3
102102

103103
before_install:
104-
- echo DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io" | sudo tee -a /etc/default/docker
104+
- echo 'DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io"' | sudo tee -a /etc/default/docker
105105
- sudo service docker restart
106106

107107
install:

0 commit comments

Comments
 (0)