We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f072416 commit c4a8a11Copy full SHA for c4a8a11
.travis.yml
@@ -8,6 +8,7 @@ install:
8
9
script:
10
- dotnet build --framework=netcoreapp1.0
11
- - dotnet test --framework=netcoreapp1.0 WebPush.Test/WebPush.Test.csproj
+ - dotnet build --framework=netcoreapp1.1
12
+ - dotnet test --framework=netcoreapp1.1 WebPush.Test/WebPush.Test.csproj
13
- dotnet build --framework=netcoreapp2.0
14
- dotnet test --framework=netcoreapp2.0 WebPush.Test/WebPush.Test.csproj
0 commit comments