Skip to content

Commit

Permalink
Ignore travis related files in AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 29, 2018
1 parent 3e81d8c commit 78c5bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78c5bfa

Please sign in to comment.