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

@ -46,7 +46,7 @@ validate: build ## validate gofmt, golint and go vet
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-gofmt validate-govet validate-golint
build: dist
docker build -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .
docker build --build-arg=DOCKER_VERSION=${DOCKER_VERSION} -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .
build-webui:
docker build -t traefik-webui -f webui/Dockerfile webui