add 1.11 in travis configuration

This commit is contained in:
Alex Lushpai 2018-10-22 12:22:05 +03:00
parent 1a3a116b07
commit 250458b062

View File

@ -3,6 +3,7 @@ go:
- '1.8'
- '1.9'
- '1.10'
- '1.11'
before_install:
- go get -v github.com/google/go-querystring/query
- go get -v github.com/h2non/gock