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 f3c3420 commit e2bf570
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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 @@ -22,11 +19,7 @@ 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 e2bf570

Please sign in to comment.