Skip to content

Commit 05f353a

Browse files
committed
Add install step
1 parent 1ee03fc commit 05f353a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ env:
55
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
66
- DOTNET_CLI_TELEMETRY_OPTOUT=1
77
dotnet: 2.1.401
8+
install:
9+
- dotnet restore
810
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
911
after_success:
1012
- curl -s https://codecov.io/bash > codecov

0 commit comments

Comments
 (0)