zsh-syntax-highlighting/.travis.yml

46 lines
783 B
YAML
Raw Normal View History

2017-08-01 00:28:37 +02:00
language: generic
sudo: required
2017-08-01 00:23:38 +02:00
env:
- ZSH=4.3.11
- ZSH=4.3.12
- ZSH=4.3.13
- ZSH=4.3.14
- ZSH=4.3.15
- ZSH=4.3.16
2017-08-01 00:23:38 +02:00
- ZSH=4.3.17
- ZSH=5.0.0
- ZSH=5.0.1
- ZSH=5.0.2
- ZSH=5.0.3
- ZSH=5.0.4
- ZSH=5.0.5
- ZSH=5.0.6
- ZSH=5.0.7
- ZSH=5.0.8
- ZSH=5.1
2017-08-01 00:23:38 +02:00
- ZSH=5.1.1
- ZSH=5.2
- ZSH=5.3
- ZSH=5.3.1
2017-08-10 20:25:53 +02:00
- ZSH=5.4
- ZSH=5.4.1
- ZSH=master
2017-08-01 00:23:38 +02:00
script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'make test'
2017-08-01 00:47:43 +02:00
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/367e241cdea60cb2070b
on_success: change
on_failure: always
on_start: never
irc:
channels:
- "chat.freenode.net#zsh-syntax-highlighting"
on_success: change
on_failure: always
on_start: never
use_notice: true