Skip to content

Commit

Permalink
Fix up review comments by removing unused references from Makefile an…
Browse files Browse the repository at this point in the history
…d adding bootstrap back to travis build step

Signed-off-by: Steve Sloka <[email protected]>
  • Loading branch information
stevesloka committed Mar 8, 2020
1 parent e4d005f commit 870b332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
go: "1.14"
services: redis-server
before_install: sudo apt-get update -y && sudo apt-get install stunnel4 -y
install: make bootstrap_redis_tls
install: make bootstrap bootstrap_redis_tls
before_script:
- redis-server --port 6380 &
- redis-server --port 6381 --requirepass password123 &
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export GO111MODULE=on
MODULE = github.com/envoyproxy/ratelimit

SHELL := /bin/bash
GOREPO := ${GOPATH}/src/github.com/envoyproxy/ratelimit

.PHONY: bootstrap
bootstrap:
Expand Down

0 comments on commit 870b332

Please sign in to comment.