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 0ed36f0 moved env to script
0ed36f0 is described below
commit 0ed36f037f2bc029c6c4ed04d36c438398d719f1
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sat Apr 14 23:41:09 2018 +1000
moved env to script
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 33d76b7..c3779f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,9 @@ cache:
- "~/.gradle"
before_install:
- chmod +x gradlew
+script:
- export TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
- echo $TRAVIS_BRANCH
-script:
- "./gradlew buildDistribution"
deploy:
provider: releases
--
To stop receiving notification emails like this one, please contact
[email protected].