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 1d0b43c commit 1c07af2Copy full SHA for 1c07af2
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
12
- bash <(wget -O - https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
13
script:
14
- - pwsh ./run.ps1 -script build.cake -target Travis
+ - pwsh ./run.ps1 -script build.cake -target Unix
15
env:
16
global:
17
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
build.cake
@@ -477,7 +477,7 @@ Task("Upload-AppVeyor-Artifacts")
477
Error(exception.Dump());
478
});
479
480
-Task("Travis")
+Task("Unix")
481
.IsDependentOn("Run-Tests");
482
483
Task("Default")
0 commit comments