mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
Temporarily remove valgrind check in travis build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
export VALGRIND_CHECK=1
|
# export VALGRIND_CHECK=1
|
||||||
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
||||||
make
|
make
|
||||||
make test > /dev/null 2>&1
|
make test
|
||||||
make install
|
make install
|
||||||
|
@@ -276,7 +276,6 @@ static char *(main_errors[]) =
|
|||||||
* (MSDOS).
|
* (MSDOS).
|
||||||
* Note that we may use mch_exit() before mch_init()!
|
* Note that we may use mch_exit() before mch_init()!
|
||||||
*/
|
*/
|
||||||
malloc(10323);
|
|
||||||
mch_init();
|
mch_init();
|
||||||
TIME_MSG("shell init");
|
TIME_MSG("shell init");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user