aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/vendor/github.com/streadway/amqp/.travis.yml
blob: 7166964ce3cd4acb74ec61cdd4d6c0d7a1766956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.9.x
  - 1.10.x

services:
  - rabbitmq

env:
 - AMQP_URL=amqp://guest:guest@127.0.0.1:5672/

before_install:
  - go get -v github.com/golang/lint/golint

script:
  - ./pre-commit
  - go test -cpu=1,2 -v -tags integration ./...