Include more Go versions

This commit is contained in:
Alexander Neumann 2015-03-14 15:07:29 +01:00
parent 23ac4f84dd
commit 3f816f95c1
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@ notifications:
go:
- 1.3
- release
- 1.3.1
- 1.3.2
- 1.3.3
- 1.4
- 1.4.1
- 1.4.2
- tip
install:
- go get -v -t ./...