diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-04-16 21:27:02 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-04-16 21:27:02 +0200 |
| commit | b55581dfe35040a4fdc93a1f38c1e1769d4d2535 (patch) | |
| tree | 27fc9713e58f473bc4ad4c60e99b03ce7c28c3d9 | |
| parent | f76bdc285d70e1fe674843a6e329ae7707fdaa49 (diff) | |
bors-ng integration
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rw-r--r-- | bors.toml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 59a66b4..2972690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,9 +60,8 @@ before_cache: branches: only: - - auto - - master - - try + - staging + - trying notifications: email: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..5ccee21 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "continuous-integration/travis-ci/push", +]
\ No newline at end of file |
