We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1d4e2 commit 6bcb2c8Copy full SHA for 6bcb2c8
.travis.yml
@@ -8,6 +8,6 @@ go:
8
9
script:
10
- make check_license unused test-short
11
- - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.9\.[x0-9]+$ ]]; then make lint; fi
+ - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10)\. ]]; then make lint; fi
12
# Style is only checked against the latest supported Go version.
13
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(12)\. ]]; then make style; fi
0 commit comments