mirror of https://github.com/linkerd/linkerd2.git
Don't manually install Docker in Travis CI. (#297)
Travis CI now installs Docker 17.09 or later, which is good enough for us, so avoid installing Docker manually. Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
parent
f721a0f800
commit
4fadfa2243
|
@ -77,12 +77,6 @@ jobs:
|
|||
- "$HOME/google-cloud-sdk/"
|
||||
|
||||
before_install:
|
||||
- |
|
||||
# Install docker.
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install docker-ce
|
||||
- docker version
|
||||
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue