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:
bors[bot] 2019-03-04 00:03:58 +00:00
commit fc41cc1ec0
2 changed files with 12 additions and 0 deletions

View file

@ -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
View 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