Skip to content

Commit 00f4c99

Browse files
author
Cory Thompson
committed
TravisCI to use dotnetcore
1 parent f26dd92 commit 00f4c99

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: csharp
2-
solution: WebPush.sln
2+
mono: none
3+
dotnet: 1.0.1
4+
35
install:
4-
- nuget restore WebPush.sln
5-
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6+
- dotnet restore
7+
68
script:
7-
- xbuild /p:Configuration=Release WebPush.sln
8-
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./test/bin/Release/WebPush.Test.dll
9+
- dotnet build
10+
- dotnet test WebPush.Test/WebPush.Test.csproj

0 commit comments

Comments
 (0)