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 b0a8cbb commit b3d22a0Copy full SHA for b3d22a0
.travis.yml
@@ -7,10 +7,10 @@ before_install:
7
matrix:
8
include:
9
- go: 1.9.x
10
- script: go test -tags proto1_legacy -v ./...
+ script: go test -tags protolegacy -v ./...
11
- go: 1.10.x
12
13
- go: 1.11.x
14
15
- go: 1.12.x
16
script: ./test.bash
0 commit comments