ci: Consolidate matrix build parameters (#521)

This commit is contained in:
Travis Groth 2020-03-05 21:04:59 -05:00 committed by GitHub
parent 87d3d8c798
commit 3d211a8931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,7 @@ cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
matrix:
allow_failures:
- go: tip
fast_finish: true
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
@ -60,6 +57,9 @@ docker_login: &docker_login
- echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
matrix:
allow_failures:
- go: tip
fast_finish: true
include:
- name: "Test Build amd64"
stage: "Docker Test Build"