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 077f9ce commit b58fad5Copy full SHA for b58fad5
.travis.yml
@@ -14,8 +14,8 @@ matrix:
14
- env: TARGET=thumbv7m-none-eabi
15
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
16
17
- - env: TARGET=rustfmt
18
- if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+ #- env: TARGET=rustfmt
+ # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19
20
before_install: set -e
21
0 commit comments