codeclimate is misbehaving - disabling for now

This commit is contained in:
Ben Morrison 2020-06-20 03:19:24 -04:00
parent 5db0401b7f
commit 3278fe2b75
Signed by untrusted user: gbmor
GPG Key ID: 8F192E4720BB0DAC
1 changed files with 0 additions and 8 deletions

View File

@ -14,14 +14,6 @@ dist: bionic
env:
- GO111MODULE=on
before_script:
- sudo apt-get update
- sudo apt-get install -y libc6:i386 libstdc++6:i386
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- go test -v -race --coverprofile=c.out ./...
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- make