From ce902f906ab24a0c6657a53115e8cad0e5aaddcf Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sat, 1 Aug 2015 23:02:27 +0200 Subject: [PATCH] Manually update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6d9fad..937256f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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