Merge pull request #5669 from pradyunsg/ci/appveyor-ignore-travis-changes

Ignore travis related files in AppVeyor builds
This commit is contained in:
Pradyun Gedam 2018-07-29 23:13:24 +05:30 committed by GitHub
commit 31a9e031fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ test_script:
$important = $changes | Where-Object { $_ -NotLike "*.rst" } |
Where-Object { $_ -NotLike "docs*" } |
Where-Object { $_ -NotLike "news*" } |
Where-Object { $_ -NotLike "*travis*" } |
Where-Object { $_ -NotLike ".github*" }
if (!$important) {
Write-Host "Only documentation changes - skipping tests"