We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32415cf commit cb6bd1cCopy full SHA for cb6bd1c
.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'
+ - if [[ $TRAVIS_GO_VERSION != 1.7.* ]]; then golangci-lint run; fi
22
23
after_script:
24
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
0 commit comments