diff --git a/.travis.yml b/.travis.yml index 2e67e9ab6..8581f392e 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 000000000..5ccee21e0 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "continuous-integration/travis-ci/push", +] \ No newline at end of file