File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ install:
19
19
20
20
script :
21
21
- ulimit -n 4096
22
- - powershell -File ./travis .ps1
22
+ - powershell -File ./TravisCI .ps1
Original file line number Diff line number Diff line change 1
- $testResultsFile = " .\ ArchiveTestResults.xml"
2
- Import-Module " C:\projects\ Archive-Module\ Microsoft.PowerShell.Archive" - Force
3
- $testResults = Invoke-Pester - Script " C:\projects\Archive-Module\ Tests" - OutputFormat NUnitXml - OutputFile $testResultsFile - PassThru
1
+ $testResultsFile = " ./ ArchiveTestResults.xml"
2
+ Import-Module " ./Microsoft.PowerShell. Archive/ Microsoft.PowerShell.Archive.psd1 " - Force
3
+ $testResults = Invoke-Pester - Script " ./ Tests" - OutputFormat NUnitXml - OutputFile $testResultsFile - PassThru
4
4
if ($testResults.FailedCount -gt 0 ) {
5
5
throw " $ ( $testResults.FailedCount ) tests failed."
6
6
}
You can’t perform that action at this time.
0 commit comments