Updating travis configuration to reflect use of docker compose.

This commit is contained in:
Renan DelValle 2018-08-13 15:15:00 -07:00
parent 6a02e8d570
commit 34e8564bcc
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -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