|
@@ -3,8 +3,11 @@
|
|
|
|
|
|
language: go
|
|
language: go
|
|
|
|
|
|
|
|
+go:
|
|
# This should match the version in the Dockerfile.
|
|
# This should match the version in the Dockerfile.
|
|
-go: 1.3
|
|
|
|
|
|
+ - 1.3
|
|
|
|
+# Test against older versions too, just for a little extra retrocompat.
|
|
|
|
+ - 1.2
|
|
|
|
|
|
# Let us have pretty experimental Docker-based Travis workers.
|
|
# Let us have pretty experimental Docker-based Travis workers.
|
|
# (These spin up much faster than the VM-based ones.)
|
|
# (These spin up much faster than the VM-based ones.)
|