Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Mar 17, 2020
1 parent d142151 commit 9ea3ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,8 @@ script:
- go test -covermode=count -coverprofile=profile.cov

# Linting
- '[[ $TRAVIS_GO_VERSION != 1.7.* ]] && golangci-lint run'
- echo $TRAVIS_GO_VERSION
- if [[ $TRAVIS_GO_VERSION != 1.7.* ]]; then golangci-lint run; fi

after_script:
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit 9ea3ad5

Please sign in to comment.