Skip to content

Instantly share code, notes, and snippets.

@ildarusmanov
Last active December 27, 2017 14:36
Show Gist options
  • Save ildarusmanov/82ce8eea672728400e080664e8a7806d to your computer and use it in GitHub Desktop.
Save ildarusmanov/82ce8eea672728400e080664e8a7806d to your computer and use it in GitHub Desktop.
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