Travis build uses docker version 18.03.0 to fix the build (#57)

fixes the travis build by adding the fixed version 18.03 to docker
This commit is contained in:
Manuel Vogel 2018-04-19 16:20:59 +02:00 committed by GitHub
parent c8c1f9e662
commit 5e85cb68ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y install docker-ce
- sudo apt-get -y install docker-ce=18.03.0~ce-0~ubuntu
- docker version
- export TRAVIS="true"