test in go1.5.2
This commit is contained in:
parent
274567a526
commit
089d8456a7
|
@ -1,14 +1,13 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
# depman needs to be installed with GOPATH pointing to a single directory.
|
|
||||||
script:
|
script:
|
||||||
- GOPATH=$HOME/gopath go get github.com/vube/depman
|
|
||||||
- GOPATH=$HOME/gopath $HOME/gopath/bin/depman
|
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4.2
|
- 1.4.3
|
||||||
|
- 1.5.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get gopkg.in/fsnotify.v1
|
- go get gopkg.in/fsnotify.v1
|
||||||
|
- go get gopkg.in/tomb.v1
|
||||||
|
|
Loading…
Reference in New Issue