Skip to content

Commit 806e5c1

Browse files
committed
Attempt to fix CI
1 parent dce000d commit 806e5c1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,10 @@ matrix:
8282

8383
notifications:
8484
email: false
85+
86+
branches:
87+
# Don't build these branches
88+
except:
89+
# Used by bors
90+
- trying.tmp
91+
- staging.tmp

bors.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
status = [
2+
"continuous-integration/travis-ci/push",
3+
]

0 commit comments

Comments
 (0)