From f3e47b033083892e26913fe80c95be5007edf1a0 Mon Sep 17 00:00:00 2001 From: Alexis von Glasow Date: Thu, 12 Apr 2018 14:04:34 +0200 Subject: [PATCH] chore(Bors) Configuring Bors-ng Address hoaproject/Central#81. --- .travis.yml | 6 ++++++ bors.toml | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index a066a99..29112ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,12 @@ matrix: - php: nightly fast_finish: true +branches: + only: + - staging + - trying + - master + os: - linux diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..5279fe7 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "continuous-integration/travis-ci/push" +]