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 f26dd92 commit 00f4c99Copy full SHA for 00f4c99
.travis.yml
@@ -1,8 +1,10 @@
1
language: csharp
2
-solution: WebPush.sln
+mono: none
3
+dotnet: 1.0.1
4
+
5
install:
- - nuget restore WebPush.sln
- - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6
+ - dotnet restore
7
8
script:
- - xbuild /p:Configuration=Release WebPush.sln
- - 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