Skip to content

Commit df173c2

Browse files
authored
Merge pull request #1147 from brettcannon/patch-1
Put rustfmt on PATH so `cargo fmt` works on Travis
2 parents c9819ce + 3c7e11e commit df173c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
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)