We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3e619 commit 32415cfCopy full SHA for 32415cf
.travis.yml
@@ -18,7 +18,7 @@ script:
18
- go test -covermode=count -coverprofile=profile.cov
19
20
# Linting
21
- - '[[ TRAVIS_GO_VERSION != 1.7.* ]] && golangci-lint run'
+ - '[[ $TRAVIS_GO_VERSION != 1.7.* ]] && golangci-lint run'
22
23
after_script:
24
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
0 commit comments