Skip to content

Commit 32415cf

Browse files
committed
Fix travis-ci config for go 1.7
1 parent 5b3e619 commit 32415cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- go test -covermode=count -coverprofile=profile.cov
1919

2020
# Linting
21-
- '[[ TRAVIS_GO_VERSION != 1.7.* ]] && golangci-lint run'
21+
- '[[ $TRAVIS_GO_VERSION != 1.7.* ]] && golangci-lint run'
2222

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

0 commit comments

Comments
 (0)