mirror of https://github.com/docker/docs.git
Merge pull request #6884 from tianon/use-docker-based-travis
Update Travis to use pretty Docker-based workers
This commit is contained in:
commit
de07654c60
|
@ -3,7 +3,12 @@
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go: 1.2
|
# This should match the version in the Dockerfile.
|
||||||
|
go: 1.2.1
|
||||||
|
|
||||||
|
# Let us have pretty experimental Docker-based Travis workers.
|
||||||
|
# (These spin up much faster than the VM-based ones.)
|
||||||
|
sudo: false
|
||||||
|
|
||||||
# Disable the normal go build.
|
# Disable the normal go build.
|
||||||
install: true
|
install: true
|
||||||
|
|
Loading…
Reference in New Issue