25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
921 B

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