1
0
Fork 0
mirror of https://github.com/Luzifer/dbx-sync.git synced 2024-12-23 19:31:19 +00:00
dbx-sync/vendor/golang.org/x/oauth2/.travis.yml
2016-10-10 16:50:49 +02:00

14 lines
270 B
YAML

language: go
go:
- 1.3
- 1.4
install:
- export GOPATH="$HOME/gopath"
- mkdir -p "$GOPATH/src/golang.org/x"
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/golang.org/x/oauth2"
- go get -v -t -d golang.org/x/oauth2/...
script:
- go test -v golang.org/x/oauth2/...