Skip to content

Commit 7a2171f

Browse files
committed
Add apex-test-suite auto pulling and config travis CI
1 parent b6ca196 commit 7a2171f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language : csharp
22
solution : ApiSecuritySolution.sln
33
install:
44
- nuget restore ApiSecuritySolution.sln
5-
- nuget install NUnit.Runners -Version 3.9.0 -OutputDirectory testrunner
5+
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
66
script:
77
- xbuild /p:Configuration=Release ApiSecuritySolution.sln
8-
- mono ./testrunner/NUnit.Runners.3.9.0/tools/nunit-console.exe ./ApiUtilLibTest/bin/Debug/ApexUtilLibTest.dll
8+
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ApiUtilLibTest/bin/Debug/ApexUtilLibTest.dll

0 commit comments

Comments
 (0)