From: Jarl Gullberg Date: Wed, 31 May 2017 13:01:06 +0000 (+0200) Subject: Corrected mangled reapplication. X-Git-Tag: v3.0.0~107^2~1^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89f49e35e7a1af2e585b4f2ee78722f1beb4a51c;p=platform%2Fcore%2Fcsapi%2Fopentk.git Corrected mangled reapplication. --- diff --git a/.travis.yml b/.travis.yml index 6079284..c0a6c14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ script: - ./build.sh NuGet after_success: - - mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert packages/xunit.runner.console/tools/xunit.console.exe -parallel none tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll + - mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none - - mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd - mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd - - bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash) + - mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none + - mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd + - bash <(curl -s https://codecov.io/bash)