Skip to content

Commit c3c0bb5

Browse files
authored
Update .travis.yml
1 parent 4e1bf7e commit c3c0bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ cache:
66

77
sudo: false
88

9-
#before_install:
9+
before_install:
1010
#- bash install-protobuf.sh
1111
#- bash install-googleapis.sh
1212

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

1717
# let's use protobuf
18-
#script:
18+
script:
1919
# - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
2020
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
2121
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
2222
# - $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)