You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/08/06 12:17:13 UTC

[arrow] branch master updated: ARROW-2951: [CI] Don't skip AppVeyor build on format-only changes

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ad7bbbd  ARROW-2951: [CI] Don't skip AppVeyor build on format-only changes
ad7bbbd is described below

commit ad7bbbd94514632d6625153e669d91a3853bfbe9
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Mon Aug 6 08:17:08 2018 -0400

    ARROW-2951: [CI] Don't skip AppVeyor build on format-only changes
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #2375 from pitrou/ARROW-2951-appveyor-builds-format and squashes the following commits:
    
    8d813774 <Antoine Pitrou> ARROW-2951:  Don't skip AppVeyor build on format-only changes
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index d62baf7..0e37033 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,6 +24,7 @@ only_commits:
     - appveyor.yml
     - ci/
     - cpp/
+    - format/
     - python/
     - rust/