Skip to content

Instantly share code, notes, and snippets.

@bxcodec
Created January 15, 2019 15:49
integration-testing-travis
language: go
go:
- "1.11.x"
env:
- GO111MODULE=on
install: true
services:
- docker
before_install:
- docker pull redis:5.0.2-alpine
- docker pull mysql:5.7
script:
- make integration-test
- make clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment