diff options
| author | Stefan Hoffmann <stefan991@gmail.com> | 2014-03-07 15:57:07 +0100 | 
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-08 06:17:59 -0300 | 
| commit | 69967ccaba2a173f6589192b0cce7c4cc30cab50 (patch) | |
| tree | 9c5a5cdd0220ad6aac056f6958c67741a94ba992 /scripts/travis.sh | |
| parent | ab0c96187c6abaea505fc9d8f16db4f53101a5b5 (diff) | |
| download | rneovim-69967ccaba2a173f6589192b0cce7c4cc30cab50.tar.gz rneovim-69967ccaba2a173f6589192b0cce7c4cc30cab50.tar.bz2 rneovim-69967ccaba2a173f6589192b0cce7c4cc30cab50.zip | |
use more verbose output type for unittests on travis
Diffstat (limited to 'scripts/travis.sh')
| -rwxr-xr-x | scripts/travis.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/travis.sh b/scripts/travis.sh index c493da29b5..7292953710 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,6 +1,7 @@  #!/bin/sh -e  export VALGRIND_CHECK=1 +export BUSTED_OUTPUT_TYPE="TAP"  make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"  make  make unittest | 
