From fd98056c76bc340ab7ed62944e13414b20d5a117 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 4 Mar 2018 12:02:55 +0100 Subject: [PATCH] Enable travis build for maintable-beta (#3804) I think it would be nice to have travis build for maintable-beta. That would show us some potential errornous tests or --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 63bf1713ef5..4aaf9abf217 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,7 @@ after_failure: branches: only: - master + - maintable-beta # cache gradle dependencies # https://docs.travis-ci.com/user/languages/java#Caching