Skip to content

Commit b58fad5

Browse files
authored
disable rustfmt
1 parent 077f9ce commit b58fad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ matrix:
1414
- env: TARGET=thumbv7m-none-eabi
1515
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1616

17-
- env: TARGET=rustfmt
18-
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
17+
#- env: TARGET=rustfmt
18+
# if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1919

2020
before_install: set -e
2121

0 commit comments

Comments
 (0)