Skip to content

Commit c4a8a11

Browse files
author
Cory Thompson
committed
Build for core1.1
1 parent f072416 commit c4a8a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88

99
script:
1010
- dotnet build --framework=netcoreapp1.0
11-
- dotnet test --framework=netcoreapp1.0 WebPush.Test/WebPush.Test.csproj
11+
- dotnet build --framework=netcoreapp1.1
12+
- dotnet test --framework=netcoreapp1.1 WebPush.Test/WebPush.Test.csproj
1213
- dotnet build --framework=netcoreapp2.0
1314
- dotnet test --framework=netcoreapp2.0 WebPush.Test/WebPush.Test.csproj

0 commit comments

Comments
 (0)