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 bde689c cleand up script
bde689c is described below
commit bde689ced4da8e4f3b6f713bf8e47a615545c0a5
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sun Apr 15 00:00:47 2018 +1000
cleand up script
---
.travis.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 7a649df..17b4368 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,6 @@ cache:
before_install:
- chmod +x gradlew
script:
-- export TRAVIS_BRANCH=$(git symbolic-ref --short -q HEAD)
-- echo $TRAVIS_BRANCH
-- echo test
- "./gradlew buildDistribution"
deploy:
provider: releases
@@ -20,7 +17,7 @@ deploy:
on:
repo: apache/incubator-amaterasu
all_branches: true
- condition: $TRAVIS_BRANCH =~ ^(?i:version)-.*$
+ condition: "$TRAVIS_BRANCH =~ ^(?i:version)-.*$"
notifications:
email:
- [email protected]
--
To stop receiving notification emails like this one, please contact
[email protected].