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 0d1b3bd changed branch regex
0d1b3bd is described below
commit 0d1b3bd74e16c932fea3ff9b09e5ac95211af3d5
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Sun Apr 15 17:36:56 2018 +1000
changed branch regex
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 17b4368..0b8b58d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ deploy:
on:
repo: apache/incubator-amaterasu
all_branches: true
- condition: "$TRAVIS_BRANCH =~ ^(?i:version)-.*$"
+ condition: $TRAVIS_BRANCH =~ ^version-.*
notifications:
email:
- [email protected]
--
To stop receiving notification emails like this one, please contact
[email protected].