Procházet zdrojové kódy

Set up bors configuration

Isaac Woods před 7 roky
rodič
revize
a1403f5b3e
2 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 9 0
      .travis.yml
  2. 3 0
      bors.toml

+ 9 - 0
.travis.yml

@@ -11,6 +11,15 @@ matrix:
     - rust: beta
   fast_finish: true
 
+branches:
+  only:
+    # This is where pull requests from "bors r+" are build
+    - staging
+    # This is where pull requests from "bors try" are build
+    - trying
+    # This allows building of pull requests
+    - master
+
 before_script:
   - rustup component add rustfmt-preview
 

+ 3 - 0
bors.toml

@@ -0,0 +1,3 @@
+status = [
+    "continuous-integration/travis-ci/push"
+]