Sign in
chromium
/
external
/
github.com
/
ActiveState
/
tail
/
refs/tags/v0
/
.
/
.travis.yml
blob: db5dffac2bd2ffb7ebf2c0db2b0accd2d4de8b77 [
file
] [
log
] [
blame
]
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