]> Sergey Matveev's repositories - zsh-autoenv.git/blob - .travis.yml
travis: cleanup, output zsh version
[zsh-autoenv.git] / .travis.yml
1 language: python
2 python:
3   - 3.4
4 before_script:
5   - sudo apt-get install zsh
6 install:
7   - sudo pip install cram
8 script:
9   - zsh --version
10   - make test_full