Skip to content

Commit f617def

Browse files
authored
Update .travis.yml
1 parent f08aa0c commit f617def

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ sudo: false
88

99
before_install:
1010
- bash install-protobuf.sh
11-
- bash install-googleapis.sh
11+
#- bash install-googleapis.sh
1212

1313
# check what has been installed by listing contents of protobuf folder
1414
before_script:
1515
- ls -R $HOME/protobuf
1616

1717
# let's use protobuf
18-
script:
19-
- $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
20-
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
21-
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
22-
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
18+
#script:
19+
# - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
20+
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
21+
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
22+
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
2323

24-
- ls -l
24+
# - ls -l

0 commit comments

Comments
 (0)