Skip to content

Commit

Permalink
Issue #542: Activate creation of test output for meson test call.
Browse files Browse the repository at this point in the history
  • Loading branch information
tteuling committed Jan 18, 2018
1 parent d3fa00e commit 1ba1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1ba1aa9

Please sign in to comment.