2014-03-22 13:00:08 +08:00
|
|
|
language: go
|
2014-03-22 13:32:20 +08:00
|
|
|
|
|
|
|
# depman needs to be installed with GOPATH pointing to a single directory.
|
|
|
|
script:
|
|
|
|
- GOPATH=$HOME/gopath go get github.com/vube/depman
|
|
|
|
- GOPATH=$HOME/gopath $HOME/gopath/bin/depman
|
|
|
|
- go test -v ./...
|
|
|
|
|
|
|
|
go:
|
2015-07-04 07:26:59 +08:00
|
|
|
- 1.3.3
|
|
|
|
- 1.4.2
|
2015-07-04 07:26:01 +08:00
|
|
|
|
|
|
|
install:
|
2015-09-11 07:47:13 +08:00
|
|
|
- go get gopkg.in/fsnotify.v1
|