mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 14:26:42 +01:00
178ff62d6a
In due course this will become github.com/dropbox/dropbox-sdk-go-unofficial when the fate of https://github.com/dropbox/dropbox-sdk-go-unofficial/pull/14 has been decided.
16 lines
225 B
YAML
16 lines
225 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6.4
|
|
- 1.7.5
|
|
- 1.8
|
|
|
|
install:
|
|
- go get -u golang.org/x/oauth2
|
|
|
|
before_script:
|
|
- go get -u github.com/mitchellh/gox
|
|
|
|
script:
|
|
- gox -osarch="darwin/amd64 linux/amd64 windows/amd64" ./dropbox/...
|