We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8c1c10 + 00a6db6 commit eca8107Copy full SHA for eca8107
.github/bors.toml
@@ -2,3 +2,4 @@ block_labels = ["needs-decision"]
2
delete_merged_branches = true
3
required_approvals = 1
4
status = ["continuous-integration/travis-ci/push"]
5
+timeout_sec = 7200
.travis.yml
@@ -71,7 +71,7 @@ matrix:
71
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
72
73
# MSRV
74
- - env: TARGET=x86_64-unknown-linux-gnu
+ - env: TARGET=x86_64-unknown-linux-gnu DISABLE_TESTS=1
75
rust: 1.39.0
76
77
0 commit comments