Skip to content

Commit b5f9060

Browse files
committed
Explicitly perform build
1 parent 05f353a commit b5f9060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ env:
77
dotnet: 2.1.401
88
install:
99
- dotnet restore
10-
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
10+
script:
11+
- dotnet build
12+
- dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
1113
after_success:
1214
- curl -s https://codecov.io/bash > codecov
1315
- chmod +x codecov

0 commit comments

Comments
 (0)