Skip to content

Commit

Permalink
configure travis.yml and bors.toml according to https://bors.tech/doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Dec 31, 2017
1 parent a12959e commit e0fe378
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,6 +1,15 @@
sudo: required
language: python

branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build pull requests.
- master

install:
- pip install whaledo

Expand Down
8 changes: 8 additions & 0 deletions bors.toml
@@ -0,0 +1,8 @@
status = [
"continuous-integration/travis-ci/push",
#"continuous-integration/appveyor/branch"
]

# Uncomment this to use a two hour timeout.
# The default is one hour.
#timeout_sec = 7200

0 comments on commit e0fe378

Please sign in to comment.