You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/11/06 19:04:47 UTC

[arrow] branch master updated: ARROW-3712: [CI] Quick fix for RAT failure

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

apitrou 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 0a89ee0  ARROW-3712: [CI] Quick fix for RAT failure
0a89ee0 is described below

commit 0a89ee03a724599061434b335ac58cc5b80791f6
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Tue Nov 6 20:04:39 2018 +0100

    ARROW-3712: [CI] Quick fix for RAT failure
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #2911 from pitrou/rat-quick-fix and squashes the following commits:
    
    b5aa4b87 <Antoine Pitrou> Quick fix for RAT failure
---
 dev/tasks/docker-tests/travis.linux.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev/tasks/docker-tests/travis.linux.yml b/dev/tasks/docker-tests/travis.linux.yml
index 9135ca5..30a0933 100644
--- a/dev/tasks/docker-tests/travis.linux.yml
+++ b/dev/tasks/docker-tests/travis.linux.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 sudo: required
 
 services: