From 1bfbd4add45e80194623f6a317b0c871ebaa41dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Tue, 19 Dec 2017 10:24:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Build=20the=20develop-2.3=20bran?= =?UTF-8?q?ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 702d2a0..43e64aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ after_success: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./build.sh master --push; ./build.sh develop --push; + ./build.sh develop-2.3 --push; ./build-latest.sh --push; PRERELEASE=true ./build-latest.sh --push; fi