removes sudo

This commit is contained in:
Spencer Gibb
2018-08-08 15:53:35 -04:00
parent a5d2b24eb0
commit e15ce1b8a0

View File

@@ -16,7 +16,7 @@ jobs:
- restore_cache:
key: sc-gateway-{{ .Branch }}
- run:
command: sudo apt-get -y install redis-server
command: apt-get -y install redis-server
- run:
name: "Download dependencies"
command: |