This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new e8357d7  ZOOKEEPER-3234: Add Travis-CI configuration file
e8357d7 is described below

commit e8357d746608fd2406ed1cc5eaf3994a24844eef
Author: Enrico Olivelli <[email protected]>
AuthorDate: Fri Feb 22 16:26:33 2019 +0100

    ZOOKEEPER-3234: Add Travis-CI configuration file
    
    Author: Enrico Olivelli <[email protected]>
    
    Reviewers: [email protected]
    
    Closes #830 from eolivelli/fix/travis-3
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 86cde58..d50004a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,3 +13,5 @@ script: mvn clean install -DskipTests spotbugs:check
 branches:
   only:
   - master
+  - branch-3.5
+  - branch-3.4

Reply via email to