We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9ac4f commit 2fd6d96Copy full SHA for 2fd6d96
.travis.yml
@@ -33,9 +33,8 @@ before_cache:
33
34
branches:
35
only:
36
- - auto
37
- - master
38
- - try
+ - staging
+ - trying
39
40
notifications:
41
email:
bors.toml
@@ -0,0 +1,4 @@
1
+status = [
2
+ "continuous-integration/travis-ci/push",
3
+ "continuous-integration/appveyor/branch"
4
+]
0 commit comments