aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rw-r--r--bors.toml3
2 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 59a66b4..2972690 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,9 +60,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..5ccee21
--- /dev/null
+++ b/bors.toml
@@ -0,0 +1,3 @@
+status = [
+ "continuous-integration/travis-ci/push",
+] \ No newline at end of file