From 78fa1a2eb16d70aa8dc7a60fed6f12df5de16da9 Mon Sep 17 00:00:00 2001 From: Alexis von Glasow Date: Tue, 6 Mar 2018 13:01:59 +0100 Subject: [PATCH] chore(Bors) Configuring Bors-ng Address hoaproject/Central#81. --- .travis.yml | 6 ++++++ bors.toml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 11535a9..e60b6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: php +branches: + only: + - staging + - trying + - master + matrix: include: - php: 5.5 diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..8f7747d --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push" +] +timeout_sec = 1800