Skip to content

Commit 0b0b412

Browse files
Merge pull request #2437 from thaJeztah/remove_go_version_check
Remove Go version check in travis
2 parents 39b6ba8 + 108c9cd commit 0b0b412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ script:
6060
- script/validate/vendor
6161
- go build -i .
6262
- make check
63-
- if [[ "$GOOS" = "linux" && "$TRAVIS_GO_VERSION" != "1.9"* ]]; then make check-protos check-api-descriptors; fi
63+
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
6464
- make build
6565
- make binaries
6666
- if [ "$GOOS" = "linux" ]; then sudo make install ; fi

0 commit comments

Comments
 (0)