/.travis.yml Secret
Created
January 15, 2019 15:49
integration-testing-travis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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