We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39b6ba8 + 108c9cd commit 0b0b412Copy full SHA for 0b0b412
1 file changed
.travis.yml
@@ -60,7 +60,7 @@ script:
60
- script/validate/vendor
61
- go build -i .
62
- make check
63
- - if [[ "$GOOS" = "linux" && "$TRAVIS_GO_VERSION" != "1.9"* ]]; then make check-protos check-api-descriptors; fi
+ - if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
64
- make build
65
- make binaries
66
- if [ "$GOOS" = "linux" ]; then sudo make install ; fi
0 commit comments