Skip to content

Commit

Permalink
try to install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Mar 30, 2020
1 parent 8a6a205 commit 64f9ab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ go: 1.13.x
services:
- docker

before_install:
- sudo apt-get update
- sudo apt-get -y install protobuf-compiler

install:
- apt install protobuf-compiler
- curl -sL https://ibm.biz/idt-installer | bash
- echo "" > trainer/.env
- cd trainer
Expand Down

0 comments on commit 64f9ab2

Please sign in to comment.