Use godep restore to set up dependencies

This commit is contained in:
Justin Li
2015-06-18 20:16:24 -04:00
parent 316cb7ce5a
commit da33c3d585
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
/config.json
/chihaya
/Godeps/_workspace
+1
View File
@@ -6,6 +6,7 @@ sudo: false
before_install:
- go get github.com/tools/godep
- godep restore
script:
- godep go test ./...