Skip to content

Commit

Permalink
Enable building branches for bors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 1, 2018
1 parent 043eddd commit ffa412a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Enable building pull requests.
- master
language: rust
sudo: false
env:
Expand Down
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Enable building pull requests.
- master

environment:
matrix:
- TARGET: x86_64-pc-windows-gnu
Expand Down

0 comments on commit ffa412a

Please sign in to comment.