aboutsummaryrefslogtreecommitdiff
path: root/scripts/travis-setup.sh
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-04-16 19:38:46 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-16 19:43:45 -0300
commit937922271a6039866ceee9800664cab3519ef3ef (patch)
treeff246bd319fa829bcd9bb725a3d3f473eb0208af /scripts/travis-setup.sh
parent43c6ec6803364e88c1e684a4e11c06150121e779 (diff)
downloadrneovim-937922271a6039866ceee9800664cab3519ef3ef.tar.gz
rneovim-937922271a6039866ceee9800664cab3519ef3ef.tar.bz2
rneovim-937922271a6039866ceee9800664cab3519ef3ef.zip
Configure travis to use prebuilt dependencies
Dependencies are now hosted in a github repository and this brings two advantages: - Improved build time with travis since we no longer have to build each dependency - Less chance of build errors due to external servers being down since Github is now the single point of failure
Diffstat (limited to 'scripts/travis-setup.sh')
-rwxr-xr-xscripts/travis-setup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/travis-setup.sh b/scripts/travis-setup.sh
index e372a64b03..1520777841 100755
--- a/scripts/travis-setup.sh
+++ b/scripts/travis-setup.sh
@@ -44,3 +44,7 @@ wget -q -O - http://llvm.org/releases/3.4/clang+llvm-3.4-x86_64-unknown-ubuntu12
# apt-get -qq -y --no-install-recommends install clang-3.4 lldb-3.4
pip install cpp-coveralls --use-mirrors
+
+# install prebuilt dependencies
+cd /opt
+sudo git clone --depth=1 git://github.com/tarruda/neovim-deps