Merge pull request #350 from apriendeau/update-travis

add go 1.6 to travis
This commit is contained in:
Antoine Grondin 2016-04-25 11:32:37 +02:00
commit cd7d1bbe41
1 changed files with 1 additions and 0 deletions

View File

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