1language: go
2go_import_path: "gopkg.in/macaroon.v2"
3go:
4  - "1.7"
5  - "1.10"
6before_install:
7  - "go get github.com/rogpeppe/godeps"
8install:
9  - "go get -d gopkg.in/macaroon.v2"
10  - "godeps -u $GOPATH/src/gopkg.in/macaroon.v2/dependencies.tsv"
11script: go test ./...
12