Only test latest version in CI script

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-12-09 14:47:09 -08:00
parent ec5111f1c2
commit 661519ac1c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ get_versions="docker run --rm
if [ "$DOCKER_VERSIONS" == "" ]; then
DOCKER_VERSIONS="$($get_versions default)"
elif [ "$DOCKER_VERSIONS" == "all" ]; then
DOCKER_VERSIONS="$($get_versions recent -n 2)"
DOCKER_VERSIONS="$($get_versions recent -n 1)"
fi