Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur authored Nov 19, 2019
1 parent 293cbeb commit ce7acd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- dotnet build ./ -c $MODE -p:Version=$VERSION -p:InformationalVersion=$VERSION:$TRAVIS_COMMIT
- dotnet test ./ -c $MODE --no-build
- |
curl -Ls "https://github.com/codacy/csharp-codacy-coverage/releases/download/1.0.5/Codacy.CSharpCoverage_linux-x64" --output codacy
curl -Ls "https://github.com/codacy/csharp-codacy-coverage/releases/download/1.0.7/Codacy.CSharpCoverage_linux-x64" --output codacy
chmod +x ./codacy
coverfiles=$(find . -type f -name coverage.opencover.xml)
for coverfile in $coverfiles; do
Expand Down

0 comments on commit ce7acd9

Please sign in to comment.