Skip to content

Commit bdc6871

Browse files
author
Andrew
committed
Travis CI - PR feedback
1 parent 0917843 commit bdc6871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: cpp
1+
language: csharp
22

33
git:
44
depth: 1000
@@ -19,4 +19,4 @@ install:
1919

2020
script:
2121
- ulimit -n 4096
22-
- powershell -File ./TravisCI.ps1
22+
- powershell -File ./TravisCI.ps1

TravisCI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Import-Module "./Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1"
33
$testResults = Invoke-Pester -Script "./Tests" -OutputFormat NUnitXml -OutputFile $testResultsFile -PassThru
44
if ($testResults.FailedCount -gt 0) {
55
throw "$($testResults.FailedCount) tests failed."
6-
}
6+
}

0 commit comments

Comments
 (0)