.travis.yml: Build with Go 1.5-1.7

This commit is contained in:
Danyil Bohdan 2016-08-25 14:04:30 +03:00
parent 92a69cff64
commit 37e7cbf220
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- release
install:
- go get github.com/BurntSushi/toml