You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2018/04/14 12:14:17 UTC

[incubator-amaterasu] branch master updated: added echo for debug

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a258d3  added echo for debug
4a258d3 is described below

commit 4a258d3b0daaf8a24c88ffa9c5710994f8fdfbb5
Author: Yaniv Rodenski <ro...@gmail.com>
AuthorDate: Sat Apr 14 22:14:02 2018 +1000

    added echo for debug
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index ae3cbae..33d76b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ cache:
 before_install:
 - chmod +x gradlew
 - export TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
+- echo $TRAVIS_BRANCH  
 script:
 - "./gradlew buildDistribution"
 deploy:

-- 
To stop receiving notification emails like this one, please contact
yaniv@apache.org.