|
|
@@ -7,10 +7,10 @@ before_install:
|
|
|
matrix:
|
|
|
include:
|
|
|
- go: 1.9.x
|
|
|
- script: go test -tags proto1_legacy -v ./...
|
|
|
+ script: go test -tags protolegacy -v ./...
|
|
|
- go: 1.10.x
|
|
|
- script: go test -tags proto1_legacy -v ./...
|
|
|
+ script: go test -tags protolegacy -v ./...
|
|
|
- go: 1.11.x
|
|
|
- script: go test -tags proto1_legacy -v ./...
|
|
|
+ script: go test -tags protolegacy -v ./...
|
|
|
- go: 1.12.x
|
|
|
script: ./test.bash
|