Updating travis configuration to reflect use of docker compose.
This commit is contained in:
parent
6a02e8d570
commit
34e8564bcc
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,10 +1,10 @@
|
|||
language: go
|
||||
sudo: required
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
- "1.9.x"
|
||||
services:
|
||||
- docker
|
||||
|
||||
install: true
|
||||
- docker-compose -d up
|
||||
|
||||
script:
|
||||
- go build ./examples/client.go
|
||||
- ./runTest.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue