Skip to content

Commit

Permalink
Fixing Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbodenhamer committed Feb 4, 2018
1 parent 9d405a2 commit b905973
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ python:
- "2.7"
- "3.6"

env:
global:
- DOCKER_VERSION=17.06.2~ce-0~ubuntu
# env:
# global:
# - DOCKER_VERSION=17.06.2~ce-0~ubuntu

before_install:
- sudo apt-cache madison docker-ce
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-ce=${DOCKER_VERSION}
- docker version
# before_install:
# - sudo apt-cache madison docker-ce
# - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-ce=${DOCKER_VERSION}
# - docker version

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit b905973

Please sign in to comment.