zsh-syntax-highlighting/.travis.yml
2017-08-01 00:56:30 +02:00

28 lines
553 B
YAML

language: generic
sudo: required
env:
- ZSH=4.3.11
- ZSH=4.3.17
- ZSH=5.0.0
- ZSH=5.1.1
- ZSH=5.2
- ZSH=5.3
- ZSH=5.3.1
script: docker run -v $PWD:/work -w /work desyncr/zsh-docker-zsh-${ZSH} /bin/sh -c 'make test'
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