.travis.yml 225 B

123456789101112131415
  1. language: go
  2. go:
  3. - 1.6.4
  4. - 1.7.5
  5. - 1.8
  6. install:
  7. - go get -u golang.org/x/oauth2
  8. before_script:
  9. - go get -u github.com/mitchellh/gox
  10. script:
  11. - gox -osarch="darwin/amd64 linux/amd64 windows/amd64" ./dropbox/...