From 1e980784e35c1634d1eeb884e7f170a4de791e3d Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 2 May 2017 15:08:36 +0300 Subject: [PATCH] Fix .travis.yml comments --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17537bab..c334738f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,8 @@ python: 3.5 env: - TOX_ENV=py34 - TOX_ENV=py35 - # https://www.ubuntuupdates.org/?type=dists&vals=ubuntu-precise - - DOCKER_ENGINE_VERSION=17.04.0~ce-0~ubuntu-precise - # https://github.com/docker/compose/releases/ - - DOCKER_COMPOSE_VERSION=1.12.0 + - DOCKER_ENGINE_VERSION=17.04.0~ce-0~ubuntu-precise # https://www.ubuntuupdates.org/?type=dists&vals=ubuntu-precise + - DOCKER_COMPOSE_VERSION=1.12.0 # https://github.com/docker/compose/releases/ before_install: - sudo sh -c 'echo "deb https://apt.dockerproject.org/repo ubuntu-precise main" > /etc/apt/sources.list.d/docker.list'