Use godep restore to set up dependencies
This commit is contained in:
parent
316cb7ce5a
commit
da33c3d585
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/config.json
|
||||
/chihaya
|
||||
/Godeps/_workspace
|
||||
|
|
|
@ -6,6 +6,7 @@ sudo: false
|
|||
|
||||
before_install:
|
||||
- go get github.com/tools/godep
|
||||
- godep restore
|
||||
|
||||
script:
|
||||
- godep go test ./...
|
||||
|
|
Loading…
Reference in a new issue