pull/49/head
Hunter Long 2018-08-17 01:47:16 -07:00
parent 37f7dbbedf
commit 1c5a923596
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ databases:
sleep 30
dep:
wget -q https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
chmod +x dep-linux-amd64
sudo mv dep-linux-amd64 /usr/local/bin/dep
dep ensure
dev-deps: