From c5a3c1ef92671eca5be8b16deaf5b6f5de09a432 Mon Sep 17 00:00:00 2001
From: Tony Theodore <tonyt@logyst.com>
Date: Mon, 19 Mar 2018 01:32:54 +1100
Subject: Revert "travis-push: only push on master branch"

This reverts commit 97ddd29ccc9e97993257dfff5307d8b242400768.
---
 tools/travis-push.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis-push.sh b/tools/travis-push.sh
index 70fff8c..c8d4b1b 100755
--- a/tools/travis-push.sh
+++ b/tools/travis-push.sh
@@ -9,4 +9,4 @@ git config credential.helper "store --file=.git/credentials"
 echo "https://${GH_TOKEN}:@github.com" > .git/credentials
 git remote set-url origin 'https://github.com/mxe/mxe.git'
 git commit -a -m 'Update packages.json & build-matrix.html' || true
-[ `git rev-parse --abbrev-ref HEAD` == master ] && git push origin HEAD:master
+git push origin HEAD:master
-- 
cgit v0.12