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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25080ad  IGNITE-12916: travis.yml must be excluded from licenses check 
(#7707)
25080ad is described below

commit 25080adf68b5b8aa13c099b9d0969cf32f11c803
Author: Maxim Muzafarov <mmu...@apache.org>
AuthorDate: Tue Apr 21 16:09:40 2020 +0300

    IGNITE-12916: travis.yml must be excluded from licenses check (#7707)
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 21615d5..b6cb2b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -867,6 +867,7 @@
                                         
<exclude>**/keystore/ca/*serial</exclude><!--auto generated files-->
                                         
<exclude>**/META-INF/services/**</exclude> <!-- Interface mappings: cannot be 
changed -->
                                         <!--special excludes-->
+                                        <exclude>.travis.yml</exclude>
                                         
<exclude>idea/ignite_codeStyle.xml</exclude>
                                         <exclude>**/DEVNOTES*.txt</exclude>
                                         <exclude>**/NOTICE*</exclude>

Reply via email to