mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-12 13:36:39 +00:00
Update travis config and add bors.toml
This commit is contained in:
parent
fc513e01e8
commit
0ca5bda71a
2 changed files with 12 additions and 0 deletions
|
|
@ -17,3 +17,9 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- 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