diff --git a/ci/travis/build.sh b/ci/travis/build.sh index edbb8bba9..b2df3204b 100755 --- a/ci/travis/build.sh +++ b/ci/travis/build.sh @@ -26,7 +26,7 @@ if [ "$TARGET" = "build" ]; then ln -s . ../StyleEditor/StyleEditor ninja - meson test + meson test -v elif [ "$BUILDTOOL" = "cmake" ]; then mkdir build cd build