Fix travis (#245)

Move to the installed default docker version.
This commit is contained in:
stirringhalo
2017-05-11 19:34:25 -04:00
committed by GitHub
parent 255a4250b9
commit 239f0c6643
4 changed files with 4 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ testdata=${osm_area}.osm.pbf
## Min versions ...
MIN_COMPOSE_VER=1.7.1
MIN_DOCKER_VER=1.11.0
MIN_DOCKER_VER=1.12.3
STARTTIME=$(date +%s)
STARTDATE=$(date +"%Y-%m-%dT%H:%M%z")
githash=$( git rev-parse HEAD )