diff options
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | appveyor.yml | 6 | ||||
-rw-r--r-- | bors.toml | 4 |
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 | |||
16 | branches: | ||
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 | ||
12 | test_script: | 12 | test_script: |
13 | - cargo test | 13 | - cargo test |
14 | |||
15 | branches: | ||
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 @@ | |||
1 | status = [ | ||
2 | "continuous-integration/travis-ci/push", | ||
3 | "continuous-integration/appveyor/branch" | ||
4 | ] | ||