Updated .travis.yml
This commit is contained in:
parent
86fa21dc71
commit
c883af72be
1 changed files with 3 additions and 1 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue