You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
898 B

11 years ago
11 years ago
11 years ago
11 years ago
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.5
  5. - 1.6
  6. - tip
  7. before_install:
  8. - export PATH=/home/travis/gopath/bin:$PATH
  9. install:
  10. - go get ./weed/...
  11. script:
  12. - go test ./weed/...
  13. deploy:
  14. provider: releases
  15. api_key:
  16. secure: ERL986+ncQ8lwAJUYDrQ8s2/FxF/cyNIwJIFCqspnWxQgGNNyokET9HapmlPSxjpFRF0q6L2WCg9OY3mSVRq4oI6hg1igOQ12KlLyN71XSJ3c8w0Ay5ho48TQ9l3f3Iu97mntBCe9l0R9pnT8wj1VI8YJxloXwUMG2yeTjA9aBI=
  17. file:
  18. - build/linux_arm.tar.gz
  19. - build/linux_arm64.tar.gz
  20. - build/linux_386.tar.gz
  21. - build/linux_amd64.tar.gz
  22. - build/darwin_amd64.tar.gz
  23. - build/windows_386.zip
  24. - build/windows_amd64.zip
  25. - build/freebsd_arm.tar.gz
  26. - build/freebsd_amd64.tar.gz
  27. - build/freebsd_386.tar.gz
  28. - build/netbsd_arm.tar.gz
  29. - build/netbsd_amd64.tar.gz
  30. - build/netbsd_386.tar.gz
  31. - build/openbsd_arm.tar.gz
  32. - build/openbsd_amd64.tar.gz
  33. - build/openbsd_386.tar.gz
  34. on:
  35. repo: chrislusf/seaweedfs