add travis for go part

This commit is contained in:
Kamil Dziedzic
2017-08-31 22:25:26 +02:00
parent 218bd2874b
commit b5bbedab58
2 changed files with 60 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
version: '3'
services:
mongo:
image: ${MONGODB_IMAGE:-percona/percona-server-mongodb:3.4}
ports:
- "27017:27017"