Skip to content

Commit

Permalink
Remove .travis specific docker version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-poskus committed Jul 24, 2017
1 parent 73f44e9 commit 60a0c21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
sudo: required

env:
global:
# https://github.com/travis-ci/travis-ci/issues/6461#issuecomment-239577306
DOCKER_VERSION: "1.9.1-0~trusty"
matrix:
- distro: ernestasposkus/centos7
init: /usr/lib/systemd/systemd
Expand All @@ -17,11 +14,6 @@ services:
- docker

before_install:
# Downgrade to specific version of Docker engine.
- sudo apt-get update
- sudo apt-get remove docker-engine -yq
- sudo apt-get install docker-engine=$DOCKER_VERSION -yq --no-install-suggests --no-install-recommends --force-yes -o Dpkg::Options::="--force-confnew"

# Pull container.
- 'sudo docker pull ${distro}:latest'

Expand Down

0 comments on commit 60a0c21

Please sign in to comment.