From da33c3d585c53e258ff7b7a3485f5ffc3188cbeb Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 18 Jun 2015 20:16:24 -0400 Subject: [PATCH] Use godep restore to set up dependencies --- .gitignore | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 28acb68..131dbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /config.json /chihaya +/Godeps/_workspace diff --git a/.travis.yml b/.travis.yml index f127c3a..d8b3f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ sudo: false before_install: - go get github.com/tools/godep + - godep restore script: - godep go test ./...