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 6e5da1e added branch env to build yaml
6e5da1e is described below
commit 6e5da1e0357b6a11f344982fea4880ad02ca6cb1
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sat Apr 14 21:48:18 2018 +1000
added branch env to build yaml
---
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 844188e..39f5f57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,9 @@ cache:
- "~/.gradle"
before_install:
- chmod +x gradlew
+- TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
script:
- "./gradlew buildDistribution"
-before_deploy:
-- TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
deploy:
provider: releases
api_key:
--
To stop receiving notification emails like this one, please contact
[email protected].