Skip to content
Snippets Groups Projects
Commit ee3cdade authored by Ayaz Badouraly's avatar Ayaz Badouraly
Browse files

Adding travis-ci config file

parent cca55448
No related branches found
No related tags found
No related merge requests found
sudo: required
language: sh
services:
- docker
before_install:
- docker pull badouralix/zunit
before_script:
- docker run -t --rm badouralix/zunit zsh --version
- ls -a
script:
- docker run -t -v $PWD:/app:ro badouralix/zunit zunit test
# vim: ts=2 sw=2 sts=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment