add go 1.6 to travis

This commit is contained in:
Austin Riendeau 2016-04-18 11:14:45 -06:00
parent 081307d9bc
commit 621d3983b3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get -t ./...