Skip to content

Commit

Permalink
Travis: Removed installation of latest Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Oct 6, 2017
1 parent 1407e27 commit dfd047d
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 @@ -39,12 +39,6 @@ before_install:
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/christiangalsterer/httpbeat
- cd $HOME/gopath/src/github.com/christiangalsterer/httpbeat

# Update to most recent docker version
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update;
sudo apt-cache search docker;
sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine;
fi
# Docker-compose installation
- sudo rm /usr/local/bin/docker-compose || true
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
Expand Down

0 comments on commit dfd047d

Please sign in to comment.