b589fbfbd9
* ci: switch to go1.12.12 on machine executors - This brings in recent ci changes from the release/1.2.x branch. * go mod vendor * ci: remove ent build tags * ci: fix gopath * go mod vendor * ci: ensure yarn install * ci: add debug commands * ci: debugging * ci: increment yarn cache; remove debugging * ci: remove redundant yarn install
29 lines
301 B
YAML
29 lines
301 B
YAML
sudo: required
|
|
dist: xenial
|
|
|
|
language: go
|
|
|
|
go:
|
|
- tip
|
|
- "1.12"
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
services:
|
|
- rabbitmq
|
|
|
|
before_script:
|
|
- ./bin/ci/install_on_debian.sh
|
|
- ./bin/ci/before_build.sh
|
|
|
|
script: make
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
notifications:
|
|
email:
|
|
- michael@rabbitmq.com
|