From b2532ab1c7afb679a2e9260b0ecd97edbf3ad02c Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 14 Jan 2019 03:54:27 +0100 Subject: [PATCH] Move builds to master --- .travis/are-we-d1-yet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/are-we-d1-yet.sh b/.travis/are-we-d1-yet.sh index 7ab4a4a2b..dcdab1883 100755 --- a/.travis/are-we-d1-yet.sh +++ b/.travis/are-we-d1-yet.sh @@ -3,7 +3,7 @@ # based on https://github.com/k3rn31p4nic/travis-ci-discord-webhook # Only run for commits/builds on master, not for PRs for now -if [[ "$TRAVIS_BRANCH" != "nightly" || $TRAVIS_PULL_REQUEST != "false" ]]; then +if [[ "$TRAVIS_BRANCH" != "master" || $TRAVIS_PULL_REQUEST != "false" ]]; then exit fi