Skip to content

Commit 805927d

Browse files
committed
Run unit test cases for sample code
Run unit test cases for sample code in sdk travis build
1 parent a0c85bb commit 805927d

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
@@ -16,3 +16,5 @@ script:
1616

1717
- cp ./Authorize.NET/bin/Debug/AuthorizeNet.dll ./sample-code-csharp/
1818
- xbuild ./sample-code-csharp/SampleCode.csproj
19+
- xbuild ./sample-code-csharp/SampleCodeTest/SampleCodeTest.csproj
20+
- nunit-console ./sample-code-csharp/SampleCodeTest/SampleCodeTest.csproj

0 commit comments

Comments
 (0)