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 d561ffc added branch env to build yaml
d561ffc is described below
commit d561ffc1cd2669e51608436734d1347b6e28efa2
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sat Apr 14 21:39:30 2018 +1000
added branch env to build yaml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 97e9dbc..844188e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ deploy:
on:
repo: apache/incubator-amaterasu
all_branches: true
- condition: $TRAVIS_BRANCH =~ ^(?i:amaterasu-version)-.*$
+ condition: $TRAVIS_BRANCH =~ ^(?i:version)-.*$
notifications:
email:
- [email protected]
--
To stop receiving notification emails like this one, please contact
[email protected].