Skip to content

Commit

Permalink
Remove manual management of travis docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh authored Oct 18, 2016
1 parent 0a1d7bc commit 7ec24cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ services:

env:
global:
- DOCKER_VERSION=1.11.2-0~trusty
- ORG=${TRAVIS_REPO_SLUG%/*}
- REPO=${TRAVIS_REPO_SLUG##*-}
- TAG=${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}

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

install:
- make -e build

Expand Down

0 comments on commit 7ec24cc

Please sign in to comment.