Add ~/.cargo/bin to PATH

This commit is contained in:
Philipp Oppermann
2016-09-21 15:12:41 +02:00
parent bd285b1731
commit 9f7994772b

View File

@@ -8,6 +8,7 @@ cache: cargo
before_script: before_script:
- (cargo install rustfmt || true) - (cargo install rustfmt || true)
- (cargo install xargo || true) - (cargo install xargo || true)
- PATH=$PATH:~/.cargo/bin
sudo: false sudo: false