diff options
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | bors.toml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5c47bd4..fbdc1dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,8 @@ before_cache: branches: only: - - auto - - master - - try + - staging + - trying notifications: email: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..cf4fc21 --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", + "continuous-integration/appveyor/branch" +]
\ No newline at end of file |