aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--appveyor.yml6
-rw-r--r--bors.toml4
3 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2140f8d4a..b3134fd04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,9 @@ matrix:
12 - rust: stable 12 - rust: stable
13 script: 13 script:
14 - cargo test 14 - cargo test
15
16branches:
17 only:
18 - staging
19 - master
20 - trying
diff --git a/appveyor.yml b/appveyor.yml
index bdeb667cf..cd7d1c2da 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,3 +11,9 @@ build: false
11 11
12test_script: 12test_script:
13 - cargo test 13 - cargo test
14
15branches:
16 only:
17 - staging
18 - master
19 - trying
diff --git a/bors.toml b/bors.toml
new file mode 100644
index 000000000..4e6e85f45
--- /dev/null
+++ b/bors.toml
@@ -0,0 +1,4 @@
1status = [
2 "continuous-integration/travis-ci/push",
3 "continuous-integration/appveyor/branch"
4]