Updated .travis.yml

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-18 15:49:51 +01:00
parent 86fa21dc71
commit c883af72be

View file

@ -1,8 +1,10 @@
language: go language: go
go: go:
# Debian/Ubuntu ships with older Go
- 1.3.3
# Recent stable Go
- 1.5.2 - 1.5.2
- tip
install: install:
- go get -d -v ./... - go get -d -v ./...