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:
|
services:
|
||||||
- "1.10.x"
|
- docker
|
||||||
- "1.9.x"
|
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
- docker-compose -d up
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build ./examples/client.go
|
- ./runTest.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue