make travis config work
This commit is contained in:
parent
a7279e8208
commit
0383a079b7
|
@ -1 +1,10 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
# 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:
|
||||||
|
- 1.2.1
|
||||||
|
|
Loading…
Reference in New Issue