update travis ci configuration

This commit is contained in:
Alex Lushpai 2018-02-27 12:51:26 +03:00
parent b566c0c232
commit 6709f52184

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
go:
- "1.8"
- "1.9"
before_install:
- go get -v github.com/google/go-querystring/query
script: go test -v ./...