Temporarily remove Docker 1.12 test in Travis
This commit is contained in:
committed by
Luke J Powlett
parent
d6248424a1
commit
1ae24263ad
23
.travis.yml
23
.travis.yml
@@ -35,17 +35,18 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- BASE_IMAGE=ubuntu:16.04
|
- BASE_IMAGE=ubuntu:16.04
|
||||||
- DOCKER_DOWNGRADE="echo nothing to be done"
|
- DOCKER_DOWNGRADE="echo nothing to be done"
|
||||||
- if: type IN (pull_request) OR tag IS present
|
# TEMPORARY removal of Docker 1.12 test, due to errors from apt repository
|
||||||
env:
|
# - if: type IN (pull_request) OR tag IS present
|
||||||
- BASE_IMAGE=ubuntu:16.04
|
# env:
|
||||||
- DOCKER_DOWNGRADE="docker save -o images.tar mqadvanced-server-dev mq-dev-jms-test &&
|
# - BASE_IMAGE=ubuntu:16.04
|
||||||
sudo apt-get autoremove -y docker-ce &&
|
# - DOCKER_DOWNGRADE="docker save -o images.tar mqadvanced-server-dev mq-dev-jms-test &&
|
||||||
curl -fsSL \"https://apt.dockerproject.org/gpg\" | sudo apt-key add - &&
|
# sudo apt-get autoremove -y docker-ce &&
|
||||||
sudo apt-add-repository \"deb https://apt.dockerproject.org/repo ubuntu-$(lsb_release -cs) main\" &&
|
# curl -fsSL \"https://apt.dockerproject.org/gpg\" | sudo apt-key add - &&
|
||||||
sudo apt-get update &&
|
# sudo apt-add-repository \"deb https://apt.dockerproject.org/repo ubuntu-$(lsb_release -cs) main\" &&
|
||||||
sudo apt-get install docker-engine=1.12.6-0~ubuntu-$(lsb_release -cs) &&
|
# sudo apt-get update &&
|
||||||
docker load -q -i images.tar &&
|
# sudo apt-get install docker-engine=1.12.6-0~ubuntu-$(lsb_release -cs) &&
|
||||||
export DOCKER_API_VERSION=\"1.24\""
|
# docker load -q -i images.tar &&
|
||||||
|
# export DOCKER_API_VERSION=\"1.24\""
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ./install-build-deps-ubuntu.sh
|
- ./install-build-deps-ubuntu.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user