Skip to content

Commit 4d0864b

Browse files
committed
rustfmt is installed into the cargo bin dir
1 parent 8798210 commit 4d0864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
script:
2525
- remark -f README.md > /dev/null
2626
- python util/update_lints.py -c
27-
- cargo fmt -- --write-mode=diff
27+
- PATH=$PATH:~/.cargo/bin cargo fmt -- --write-mode=diff
2828
- set -e
2929
- cargo build --features debugging
3030
- cargo test --features debugging

0 commit comments

Comments
 (0)