Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhshift authored Jan 2, 2021
1 parent f238f94 commit d97c795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ env:
on

go:
- "1.11"
- "1.15"

before_script:
- 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:
- GO111MODULE=on go build
- GO111MODULE=on go test -coverprofile c.out ./...
- go build
- go test -coverprofile c.out ./...

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit d97c795

Please sign in to comment.