diff --git a/.travis.yml b/.travis.yml index 4f2ee4d..db5dffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,10 @@ 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