You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/vendor/gopkg.in/macaroon.v2/.travis.yml

12 lines
268 B
YAML

language: go
go_import_path: "gopkg.in/macaroon.v2"
go:
- "1.7"
- "1.10"
before_install:
- "go get github.com/rogpeppe/godeps"
install:
- "go get -d gopkg.in/macaroon.v2"
- "godeps -u $GOPATH/src/gopkg.in/macaroon.v2/dependencies.tsv"
script: go test ./...