#440: Add Travis-CI configuration

This commit is contained in:
Julien Nicoulaud 2017-08-01 00:23:38 +02:00
parent e4ed76b87d
commit 176a019434
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View 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'