mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-11 23:43:29 -07:00
Use godep restore to set up dependencies
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user