From d7e0c8f6daad9e53a1d0388ac978305df3b05019 Mon Sep 17 00:00:00 2001 From: Vadym Slizov Date: Mon, 9 Mar 2020 13:55:35 +0200 Subject: [PATCH] update .travis.yml --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4abba27..bc37f03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,11 @@ branches: only: - master before_script: - - go get -u gotest.tools/assert - - go get -u golang.org/x/tools/cmd/goyacc - - go get -u github.com/pkg/profile - - go get -u github.com/cznic/golex/lex - - go get -u github.com/yookoala/realpath + - env GO111MODULE=on go mod download - 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 -coverprofile c.out ./... + - env GO111MODULE=on go test -coverprofile c.out ./... after_script: - ./cc-test-reporter after-build --coverage-input-type gocov --exit-code $TRAVIS_TEST_RESULT \ No newline at end of file