Skip to content

Commit 1507976

Browse files
committed
Do not try updating docker in travis.
1 parent 89e133a commit 1507976

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ python:
1212
- "3.4"
1313

1414
before_install:
15-
# show all available docker versions
16-
- apt-cache madison docker-engine
17-
# update to latest docker version
18-
- sudo apt-get update
19-
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine
15+
# show docker version
2016
- docker --version
2117

2218
install:

0 commit comments

Comments
 (0)