aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-06-18 16:21:45 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-06-18 16:21:45 -0400
commitf870982634e03262a928ff8fd5d610b9e7ff8e06 (patch)
treef9b6a6b416a0a5989a749b6436296ca0ea348690 /scripts
parent090870ca047dee8d136f863ba742922fc265d6f4 (diff)
parent13027025862aa1a70accba6376c3d38b26ae13d9 (diff)
downloadrneovim-f870982634e03262a928ff8fd5d610b9e7ff8e06.tar.gz
rneovim-f870982634e03262a928ff8fd5d610b9e7ff8e06.tar.bz2
rneovim-f870982634e03262a928ff8fd5d610b9e7ff8e06.zip
Merge pull request #845 'Testdir and top-level Makefile improvements'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 6b540dbccf..ec617a42c6 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -59,7 +59,7 @@ set_environment() {
eval $($prefix/bin/luarocks path)
export PATH="$prefix/bin:$PATH"
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
- export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED=OFF"
+ export USE_BUNDLED_DEPS=OFF
}
# install prebuilt dependencies