diff options
author | Aleksey Kladov <[email protected]> | 2018-01-28 00:23:05 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-28 00:23:05 +0000 |
commit | 5e0752ceda8f195c2e40727cc59a4b86b97b2e1b (patch) | |
tree | afc87ba145bbbd0d5cfa3c7cc69d978a4fd99fca | |
parent | fcc4987de576fd55131c75e41c9bfdf439be58ce (diff) |
The last of the Masters
-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 | ] | ||