From 238f4ca9fad57c77128d82272298af793546e04e Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 5 Aug 2016 01:32:12 +0200 Subject: [PATCH] Run leak tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7b5af500cf..bd09d26bf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ install: script: - xbuild /p:Configuration=Release Avalonia.travis-mono.sln - ./tests/run-tests.sh + - mono ./packages/JetBrains.dotMemoryUnit.2.1.20150828.125449/tools/dotMemoryUnit.exe -targetExecutable="./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe" -returnTargetExitCode --"tests/Avalonia.LeakTests/bin/Release/Avalonia.LeakTests.dll" notifications: email: false webhooks: