Skip to content

Commit 95d7c54

Browse files
committed
Tweaked Travis config
1 parent c652580 commit 95d7c54

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@ mono: none
33
dist: xenial
44
dotnet:
55
- 3.1
6-
install:
7-
- dotnet restore
86
script:
97
- dotnet restore
108
- dotnet build
11-
- cd Tests
12-
- dotnet add package coverlet.msbuild
13-
- dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
9+
- dotnet test Tests/Tests.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=opencover
1410
after_success:
1511
- sudo apt-get update
1612
- sudo apt-get install apt-transport-https
1713
- sudo apt-get update
1814
- sudo apt-get install dotnet-sdk-2.1
1915
- dotnet tool install coveralls.net --version 1.0.0 --tool-path tools
2016
- export COVERALLS_REPO_TOKEN=nwDqYB8ldwuTdiZsmWRksx5aBNsxtZlIq
21-
- ./tools/csmacnz.Coveralls --opencover -i coverage.opencover.xml --useRelativePaths
17+
- tools/csmacnz.Coveralls --opencover -i Tests/coverage.opencover.xml --useRelativePaths

0 commit comments

Comments
 (0)