diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 3244b82..dadc478 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -12,4 +12,4 @@ fi cmake ${CMAKE_ARGS} make VERBOSE=1 -make test +make test || cat Testing/Temporary/LastTest.log |