UltiSnips/.travis.yml
2015-02-14 14:50:20 +01:00

11 lines
202 B
YAML

language: python
python:
- 2.7
env:
- TMUX_VERSION=1.9
before_script:
- sudo apt-get install -qq -y tmux vim
- tmux new -d -s vim
script: ./test_all.py -v --interface tmux --session vim Simple