Last active
December 27, 2017 14:36
-
-
Save ildarusmanov/82ce8eea672728400e080664e8a7806d to your computer and use it in GitHub Desktop.
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.8.x | |
services: | |
- rabbitmq | |
env: | |
- AMQP_URL=amqp://guest:[email protected]:5672/ | |
install: | |
- go get -u github.com/golang/dep/cmd/dep | |
- dep ensure | |
script: | |
- go test -cpu=1,2 -v ./tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment