mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-03 13:13:37 +03:00
update travis ci configuration
This commit is contained in:
parent
b566c0c232
commit
6709f52184
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal 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 ./...
|
Loading…
Add table
Reference in a new issue