Initial travis CI config which will just verify that the example client can compile.

This commit is contained in:
Renan DelValle 2018-08-11 20:55:00 -07:00
parent 0e4a0d726b
commit bb38f4499c
No known key found for this signature in database
GPG key ID: 3895800E03F17676

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: go
go:
- "1.10.x"
- "1.9.x"
script:
- go build $GOPATH/src/github.com/paypal/gorealis/examples/client.go