Skip to content

Commit b3d22a0

Browse files
committed
travis.yml: s/proto1_legacy/protolegacy/
Fix tag used to enable MessageSet support. Change-Id: Iba7d92038beb28f563923c96e477656705b34cbd Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/190980 Reviewed-by: Joe Tsai <[email protected]>
1 parent b0a8cbb commit b3d22a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ before_install:
77
matrix:
88
include:
99
- go: 1.9.x
10-
script: go test -tags proto1_legacy -v ./...
10+
script: go test -tags protolegacy -v ./...
1111
- go: 1.10.x
12-
script: go test -tags proto1_legacy -v ./...
12+
script: go test -tags protolegacy -v ./...
1313
- go: 1.11.x
14-
script: go test -tags proto1_legacy -v ./...
14+
script: go test -tags protolegacy -v ./...
1515
- go: 1.12.x
1616
script: ./test.bash

0 commit comments

Comments
 (0)