Initial travis CI config which will just verify that the example client can compile.
This commit is contained in:
parent
0e4a0d726b
commit
bb38f4499c
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue