Skip to content

Commit 1c07af2

Browse files
committed
renamed Travis task to Unix
1 parent 1d0b43c commit 1c07af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
1212
- bash <(wget -O - https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
1313
script:
14-
- pwsh ./run.ps1 -script build.cake -target Travis
14+
- pwsh ./run.ps1 -script build.cake -target Unix
1515
env:
1616
global:
1717
- DOTNET_CLI_TELEMETRY_OPTOUT: 1

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Task("Upload-AppVeyor-Artifacts")
477477
Error(exception.Dump());
478478
});
479479

480-
Task("Travis")
480+
Task("Unix")
481481
.IsDependentOn("Run-Tests");
482482

483483
Task("Default")

0 commit comments

Comments
 (0)