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
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue