summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-22 11:30:47 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-22 11:30:47 -0800
commit63bea7e087f1d1fb371c8344894f86fc3f8104db (patch)
treeabcfe2f07717148bd686dfac757862a5af0220fe
parent4ae03d3ee71d8043f412019380403fbb4f888cf0 (diff)
downloadchat-63bea7e087f1d1fb371c8344894f86fc3f8104db.tar.gz
chat-63bea7e087f1d1fb371c8344894f86fc3f8104db.tar.bz2
chat-63bea7e087f1d1fb371c8344894f86fc3f8104db.zip
Fixing godep restore
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49c0cfefb..139247715 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: travis
travis:
@echo building for travis
- godep restore
+ ${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin/godep restore
rm -Rf $(DIST_ROOT)
@go clean $(GOFLAGS) -i ./...