summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-22 11:26:41 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-22 11:26:41 -0800
commit4ae03d3ee71d8043f412019380403fbb4f888cf0 (patch)
tree2e19f91c664b8aa1c923893dc0cb53dca4f9eba5 /Makefile
parent33c32be69bdfea8241ea696b8d387be0d8493e2f (diff)
downloadchat-4ae03d3ee71d8043f412019380403fbb4f888cf0.tar.gz
chat-4ae03d3ee71d8043f412019380403fbb4f888cf0.tar.bz2
chat-4ae03d3ee71d8043f412019380403fbb4f888cf0.zip
adding godep restore to travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8793ba98a..49c0cfefb 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ all: travis
travis:
@echo building for travis
+ godep restore
+
rm -Rf $(DIST_ROOT)
@go clean $(GOFLAGS) -i ./...