Skip to content

Commit 3c7e11e

Browse files
authored
Put rustfmt on PATH so cargo fmt works on Travis
Closes #1143
1 parent c9819ce commit 3c7e11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ cache: cargo
127127
before_script: (cargo install rustfmt || true)
128128
script:
129129
- |
130+
export PATH=$PATH:~/.cargo/bin &&
130131
cargo fmt -- --write-mode=diff &&
131132
cargo build &&
132133
cargo test

0 commit comments

Comments
 (0)