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.

53 line
1019 B

6 年之前
  1. language: generic
  2. sudo: required
  3. env:
  4. - ZSH=master
  5. - ZSH=5.6.2
  6. - ZSH=5.6.1
  7. - ZSH=5.6
  8. - ZSH=5.5.1
  9. - ZSH=5.5
  10. - ZSH=5.4.2
  11. - ZSH=5.4.1
  12. - ZSH=5.4
  13. - ZSH=5.3.1
  14. - ZSH=5.3
  15. - ZSH=5.2
  16. - ZSH=5.1.1
  17. - ZSH=5.1
  18. - ZSH=5.0.8
  19. - ZSH=5.0.7
  20. - ZSH=5.0.6
  21. - ZSH=5.0.5
  22. - ZSH=5.0.4
  23. - ZSH=5.0.3
  24. - ZSH=5.0.2
  25. - ZSH=5.0.1
  26. - ZSH=5.0.0
  27. - ZSH=4.3.17
  28. - ZSH=4.3.16
  29. - ZSH=4.3.15
  30. - ZSH=4.3.14
  31. - ZSH=4.3.13
  32. - ZSH=4.3.12
  33. - ZSH=4.3.11
  34. script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'install_packages make procps && make test'
  35. notifications:
  36. webhooks:
  37. urls:
  38. - https://webhooks.gitter.im/e/367e241cdea60cb2070b
  39. on_success: change
  40. on_failure: always
  41. on_start: never
  42. irc:
  43. channels:
  44. - "chat.freenode.net#zsh-syntax-highlighting"
  45. on_success: change
  46. on_failure: always
  47. on_start: never
  48. use_notice: true
  49. template:
  50. - "%{repository}/%{branch}#%{build_number}: %{message} Changes : %{compare_url} | Build : %{build_url}"