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 edccbd9 added export to TRAVIS_BRANCH
edccbd9 is described below
commit edccbd970ae0e7f1c2a66d325b44f8225dc229c5
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sat Apr 14 22:03:49 2018 +1000
added export to TRAVIS_BRANCH
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 39f5f57..ae3cbae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ cache:
- "~/.gradle"
before_install:
- chmod +x gradlew
-- TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
+- export TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
script:
- "./gradlew buildDistribution"
deploy:
--
To stop receiving notification emails like this one, please contact
[email protected].