Skip to content

Commit

Permalink
try installing protoc again..
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Mar 30, 2020
1 parent 67c54e7 commit be7c972
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ services:
- docker

before_install:
- mkdir protoc_3.3
- cd protoc_3.3
- wget wget https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip
- chmod 775 protoc-3.3.0-linux-x86_64.zip
- unzip protoc-3.3.0-linux-x86_64.zip
- export PATH=$PATH:$PWD/bin/protoc
- wget https://github.com/google/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_64.zip -O /tmp/protoc-3.0.0-linux-x86_64.zip
- unzip /tmp/protoc-3.0.0-linux-x86_64.zip
- export PATH=$PATH:$PWD/protoc-3.0.0-linux-x86_64/bin/

install:
- curl -sL https://ibm.biz/idt-installer | bash
Expand Down

0 comments on commit be7c972

Please sign in to comment.