🐳 Build the develop-2.3 branch

This commit is contained in:
Christian Mäder 2017-12-19 10:24:35 +01:00
parent 76a7b79db4
commit 1bfbd4add4
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ after_success:
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
./build.sh master --push; ./build.sh master --push;
./build.sh develop --push; ./build.sh develop --push;
./build.sh develop-2.3 --push;
./build-latest.sh --push; ./build-latest.sh --push;
PRERELEASE=true ./build-latest.sh --push; PRERELEASE=true ./build-latest.sh --push;
fi fi