From 4ab4c1df4b6b9294a5db7d3124dd5a84ac6a870a Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Wed, 22 Apr 2015 10:01:58 +0200 Subject: [PATCH] Do not use --interface anymore. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d29807..9505329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: sudo ./install_vim.sh "${VIM_VERSION}" "$(python --version 2>&1)" before_script: - tmux new -d -s vim -script: ./test_all.py -v --plugins --interface tmux --session vim +script: ./test_all.py -v --plugins --session vim