diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-26 15:57:27 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-26 15:57:27 -0300 |
commit | c002ffe2f3b76419ff5d16356d5e57fa518ac68b (patch) | |
tree | c9d9f21979c1b2f8867568d080a957e94a85d3a2 /scripts/travis.sh | |
parent | cb9a3684450714945fd2d77a63d687237fdfff24 (diff) | |
download | rneovim-c002ffe2f3b76419ff5d16356d5e57fa518ac68b.tar.gz rneovim-c002ffe2f3b76419ff5d16356d5e57fa518ac68b.tar.bz2 rneovim-c002ffe2f3b76419ff5d16356d5e57fa518ac68b.zip |
Temporarily remove valgrind check in travis build
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 90e8082f86..3eb2223fa1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,7 +1,7 @@ #!/bin/sh -e -export VALGRIND_CHECK=1 +# export VALGRIND_CHECK=1 make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" make -make test > /dev/null 2>&1 +make test make install |