Skip to content

Commit

Permalink
install bats for vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchiu committed Jul 24, 2018
1 parent ba6962a commit 3596a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export PATH=/home/$USER/protoc/bin:$PATH:$GOROOT/bin:$GOPATH/bin
# setup golang dir
mkdir -p /home/$USER/go/src
rm -rf /home/$USER/go1.10.2.linux-amd64.tar.gz
sudo add-apt-repository ppa:duggan/bats --yes
sudo apt-get update -qq
sudo apt-get install -qq bats
# Install protoc
# Env for proto
Expand Down

0 comments on commit 3596a6f

Please sign in to comment.