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 0917843 commit bdc6871Copy full SHA for bdc6871
.travis.yml
@@ -1,4 +1,4 @@
1
-language: cpp
+language: csharp
2
3
git:
4
depth: 1000
@@ -19,4 +19,4 @@ install:
19
20
script:
21
- ulimit -n 4096
22
- - powershell -File ./TravisCI.ps1
+ - powershell -File ./TravisCI.ps1
TravisCI.ps1
@@ -3,4 +3,4 @@ Import-Module "./Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1"
$testResults = Invoke-Pester -Script "./Tests" -OutputFormat NUnitXml -OutputFile $testResultsFile -PassThru
if ($testResults.FailedCount -gt 0) {
5
throw "$($testResults.FailedCount) tests failed."
6
-}
+}
0 commit comments