mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
#440: Add Travis-CI configuration
This commit is contained in:
parent
e4ed76b87d
commit
176a019434
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
sudo: false
|
||||
|
||||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue