1
0
Fork 0

Add travis matrix for 1.9.1 and 1.10.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-05-12 17:18:58 +02:00
parent 061107b65f
commit c0bdedfed3
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
5 changed files with 10 additions and 7 deletions

View file

@ -6,10 +6,7 @@ RUN go get github.com/Masterminds/glide \
&& go get github.com/kisielk/errcheck
# Which docker version to test on
ENV DOCKER_VERSION 1.9.1
# enable GO15VENDOREXPERIMENT
ENV GO15VENDOREXPERIMENT 1
ARG DOCKER_VERSION=1.10.1
# Download docker
RUN set -ex; \