You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/08/20 23:37:51 UTC

[incubator-heron] branch master updated: Chmod travis ci.sh (#2991)

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

huijun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e4123b  Chmod travis ci.sh (#2991)
2e4123b is described below

commit 2e4123b8fbbe254998822e754037bab913d2d012
Author: Ning Wang <nw...@twitter.com>
AuthorDate: Mon Aug 20 16:37:49 2018 -0700

    Chmod travis ci.sh (#2991)
    
    * Chmod travis ci.sh
    
    * Add bazel_config.py
---
 bazel_configure.py   | 0
 scripts/travis/ci.sh | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bazel_configure.py b/bazel_configure.py
old mode 100644
new mode 100755
diff --git a/scripts/travis/ci.sh b/scripts/travis/ci.sh
old mode 100644
new mode 100755
index c1789b8..8262e50
--- a/scripts/travis/ci.sh
+++ b/scripts/travis/ci.sh
@@ -6,9 +6,9 @@
 # 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