1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-26 18:10:12 +03:00
zsh-autoenv/.travis.yml
2014-11-16 11:40:09 +01:00

8 lines
134 B
YAML

language: python
python:
- "3.3"
before_script:
- "sudo apt-get install zsh"
install: "sudo pip install cram"
script: "make test"