aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-10-21 11:07:13 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-10-21 11:07:13 -0300
commit276ac99350961631d89d0c4ec2bc03050f7d6c5d (patch)
tree32717ef618312594a4a21cd83b27ac006f43f368
parent79b7263f793206167260fcbc99bd76f73bfeb2c7 (diff)
downloadrneovim-276ac99350961631d89d0c4ec2bc03050f7d6c5d.tar.gz
rneovim-276ac99350961631d89d0c4ec2bc03050f7d6c5d.tar.bz2
rneovim-276ac99350961631d89d0c4ec2bc03050f7d6c5d.zip
travis: Remove `install_functional_test_deps` function
It is no longer needed after the lua client was added as dependency (@69561ea922ae6789703c06cbc245929d7c625db9)
-rw-r--r--.ci/clang-asan.sh2
-rw-r--r--.ci/common.sh6
-rw-r--r--.ci/gcc-32.sh5
-rw-r--r--.ci/gcc.sh2
4 files changed, 0 insertions, 15 deletions
diff --git a/.ci/clang-asan.sh b/.ci/clang-asan.sh
index 0dff61f297..c6f28848d1 100644
--- a/.ci/clang-asan.sh
+++ b/.ci/clang-asan.sh
@@ -2,8 +2,6 @@
set_environment /opt/neovim-deps/64
-install_functional_test_deps
-
sudo pip install cpp-coveralls
clang_version=3.4
diff --git a/.ci/common.sh b/.ci/common.sh
index 7939f2f4b7..d84a306885 100644
--- a/.ci/common.sh
+++ b/.ci/common.sh
@@ -47,12 +47,6 @@ install_prebuilt_deps() {
fi
}
-install_functional_test_deps() {
- sudo pip install git+https://github.com/neovim/python-client.git
- # Pass -E to let pip use PKG_CONFIG_PATH for luajit
- sudo -E pip install lupa
-}
-
tmpdir="$(pwd)/tmp"
rm -rf "$tmpdir"
mkdir -p "$tmpdir"
diff --git a/.ci/gcc-32.sh b/.ci/gcc-32.sh
index ec51cfab69..c128e91988 100644
--- a/.ci/gcc-32.sh
+++ b/.ci/gcc-32.sh
@@ -1,10 +1,5 @@
. "$CI_SCRIPTS/common.sh"
-# To install lupa, a temporarary functional test dependency, we require the
-# 64-bit luajit since travis version of python is 64-bit.
-export PKG_CONFIG_PATH="/opt/neovim-deps/64/usr/lib/pkgconfig"
-install_functional_test_deps
-
set_environment /opt/neovim-deps/32
# Need this to keep apt-get from removing gcc when installing libncurses
diff --git a/.ci/gcc.sh b/.ci/gcc.sh
index 842e34405a..57ff52ee49 100644
--- a/.ci/gcc.sh
+++ b/.ci/gcc.sh
@@ -2,8 +2,6 @@
set_environment /opt/neovim-deps/64
-install_functional_test_deps
-
sudo pip install cpp-coveralls
sudo apt-get install valgrind