diff --git a/.travis.yml b/.travis.yml index ae03d6cde5..1e8d41184c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,12 @@ 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. install: true