Skip to content

Commit

Permalink
Don't manually install Docker in Travis CI. (#297)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
briansmith authored Feb 8, 2018
1 parent f721a0f commit 4fadfa2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

- |
Expand Down

0 comments on commit 4fadfa2

Please sign in to comment.