mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-11 13:06:40 +00:00
Merge #742
742: Update travis config and add bors.toml r=poteto a=poteto Co-authored-by: Lauren Tan <laurent@netflix.com>
This commit is contained in:
commit
fc41cc1ec0
2 changed files with 12 additions and 0 deletions
|
|
@ -17,3 +17,9 @@ install:
|
|||
|
||||
script:
|
||||
- yarn test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- staging # This is where pull requests from "bors r+" are built.
|
||||
- trying # This is where pull requests from "bors try" are built.
|
||||
|
|
|
|||
6
bors.toml
Normal file
6
bors.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
status = [
|
||||
"continuous-integration/travis-ci/push"
|
||||
]
|
||||
# Uncomment this to use a two hour timeout.
|
||||
# The default is one hour.
|
||||
#timeout_sec = 7200
|
||||
Loading…
Reference in a new issue