diff --git a/.travis.yml b/.travis.yml index 5c5e15a..54afe0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: go go: + # Debian/Ubuntu ships with older Go + - 1.3.3 + # Recent stable Go - 1.5.2 - - tip install: - go get -d -v ./...