Make sure tmux is available before starting any test.

This commit is contained in:
Holger Rapp 2015-04-22 09:55:31 +02:00
parent 82ceb62887
commit 1bf07737be

View File

@ -50,9 +50,6 @@ repeat_transiently_failing_command () {
set -e
}
# Clone the dependent plugins we want to use.
./test_all.py --clone-plugins
# Install tmux (> 1.8) and vim.
repeat_transiently_failing_command "add-apt-repository ppa:kalakris/tmux -y"
repeat_transiently_failing_command "apt-get update -qq"
@ -69,3 +66,6 @@ fi
ln -sf /home/travis/bin/vim /usr/bin/vim
vim --version
# Clone the dependent plugins we want to use.
./test_all.py --clone-plugins