diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-20 03:19:24 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-20 03:19:24 -0400 |
commit | 3278fe2b75b6335a06805a589ddae424dcdc0e89 (patch) | |
tree | 9cb5704a7cd0063cce400afe779753338030fdc3 /.travis.yml | |
parent | 5db0401b7fcf203689db3e566e60ac55bd13dae5 (diff) | |
download | getwtxt-3278fe2b75b6335a06805a589ddae424dcdc0e89.tar.gz |
codeclimate is misbehaving - disabling for now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 5a7c64e..b18e92d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |