diff --git a/.travis.yml b/.travis.yml index 2a8b24c..2fecfe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,10 @@ script: - cd .. - cargo clippy --all - cargo fmt --all -- --check + +branches: + only: + - master + - staging + - trying + diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..574c563 --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", +] +delete_merged_branches = true