make travis config work

This commit is contained in:
Sridhar Ratnakumar 2014-03-21 22:32:20 -07:00
parent a7279e8208
commit 0383a079b7
1 changed files with 9 additions and 0 deletions

View File

@ -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