2017-08-08 09:26:01 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2017-09-23 10:53:26 +00:00
|
|
|
- 1.6.x
|
|
|
|
- 1.7.x
|
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
2018-03-19 15:51:38 +00:00
|
|
|
|
2018-05-02 16:09:45 +00:00
|
|
|
install:
|
|
|
|
- go get -u golang.org/x/oauth2
|
2018-03-19 15:51:38 +00:00
|
|
|
|
2018-05-02 16:09:45 +00:00
|
|
|
before_script:
|
|
|
|
- go get -u github.com/mitchellh/gox
|
2017-08-08 09:26:01 +00:00
|
|
|
|
2018-05-02 16:09:45 +00:00
|
|
|
script:
|
|
|
|
- gox -osarch="darwin/amd64 linux/amd64 windows/amd64" ./dropbox/...
|