Skip to content

Commit

Permalink
-Fix brew failures on Travis CI macOS image
Browse files Browse the repository at this point in the history
-Suppress Codecov warnings about coverage file size
  • Loading branch information
lordmilko committed Aug 2, 2020
1 parent 3524403 commit 349e043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
include:
- os: linux
- os: osx
osx_image: xcode10.2
osx_image: xcode11

install:
- pwsh -c "ipmo ./build/CI/Travis.psm1 -DisableNameChecking; Invoke-TravisInstall"
Expand Down
2 changes: 1 addition & 1 deletion build/CI/Appveyor/Measure-AppveyorCoverage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Measure-AppveyorCoverage
if($env:APPVEYOR)
{
Write-LogInfo "`tUploading coverage to codecov"
Invoke-Process { codecov -f "$env:temp\opencover.xml" } -WriteHost
Invoke-Process { cmd /c "codecov -f `"$env:temp\opencover.xml`" 2> nul" } -WriteHost
}
}
}

0 comments on commit 349e043

Please sign in to comment.