Skip to content

Commit

Permalink
Merge pull request #46 from ernestas-poskus/travis/remove_specific_do…
Browse files Browse the repository at this point in the history
…cker_version_constraint

Remove .travis specific docker version constraint
  • Loading branch information
ernestas-poskus authored Aug 23, 2017
2 parents c0a6e1b + 8da0cfd commit 8d6e6fe
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
@@ -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,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 8d6e6fe

Please sign in to comment.