Merge pull request #35 from logpacker/feature/go_19

Add Go 1.9 support in Travis
This commit is contained in:
Alex Pliutau 2017-09-27 18:40:50 -05:00 committed by GitHub
commit a54f82dc61

View File

@ -4,6 +4,7 @@ go:
- 1.6
- 1.7
- 1.8
- 1.9
install:
- export PATH=$PATH:$HOME/gopath/bin
script: