Add travis matrix for 1.9.1 and 1.10.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
061107b65f
commit
c0bdedfed3
5 changed files with 10 additions and 7 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue