Manually update .travis.yml

This commit is contained in:
Bruno Sutic 2015-08-01 23:02:27 +02:00
parent b3407f0787
commit ce902f906a
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ before_install:
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
install:
- git clone https://github.com/tmux-plugins/tmux-test lib/tmux-test
- git fetch --unshallow --recurse-submodules || git fetch --recurse-submodules
# manual `git clone` required for testing `tmux-test` plugin itself
- git clone https://github.com/tmux-plugins/tmux-test lib/tmux-test; true
- lib/tmux-test/setup
script: ./tests/run_tests_in_isolation