From 8993dffad2e1f34afa56344ecc85f3f86b98c754 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Thu, 1 Jun 2017 19:54:05 +0200 Subject: [PATCH] Set CI report to always run, even if script fails. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0a6c14..76cae9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: script: - ./build.sh NuGet -after_success: +after_script: - 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) -- 2.7.4