Browse Source

Move builds to master

pull/25/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
b2532ab1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis/are-we-d1-yet.sh

2
.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

Loading…
Cancel
Save