Update docker version to support multi stage build

This commit is contained in:
Gianluca Arbezzano 2017-09-30 13:00:46 +01:00
parent d334c01388
commit 354e226f39
No known key found for this signature in database
GPG Key ID: 9505D2809E1D6180

View File

@ -1,9 +1,8 @@
language: go
go:
- tip
services:
- docker
script:
- curl -fsSL https://get.docker.com/ | sudo sh
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- make ci docker-commit-publish
after_success: