You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: go
-
- go:
- - 1.10.x
- - 1.11.x
-
- services:
- - rabbitmq
-
- env:
- - AMQP_URL=amqp://guest:guest@127.0.0.1:5672/
-
- before_install:
- - go get -v golang.org/x/lint/golint
-
- script:
- - ./pre-commit
- - go test -cpu=1,2 -v -tags integration ./...
|