aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 20:53:57 -0700
committerGitHub <noreply@github.com>2018-09-25 20:53:57 -0700
commit77301d64c83b4d03f71f1ff465810e7bdb29240e (patch)
tree4c03a21451fb8928a3523776c86164a8f919a739 /appveyor.yml
parent8286bf223320acc7cf9c8ac776b697b807b92c26 (diff)
downloadgoogletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.tar.gz
googletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.tar.bz2
googletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.zip
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bcbf0b00..33a220b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,7 +41,7 @@ install:
Write-Output "Compiler: $env:compiler"
Write-Output "Generator: $env:generator"
Write-Output "Env:Configuation: $env:configuration"
- Write-Outpit "Env: $env"
+ Write-Output "Env: $env"
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
Write-Output "This is *NOT* a pull request build"
} else {