create cargo dir

This commit is contained in:
Nikolay Kim 2018-04-03 10:15:04 -07:00
parent a5d0b30227
commit 6b665e9a82
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ before_script:
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
( ( cargo install clippy && export CLIPPY=true ) || export CLIPPY=false );
fi
- mkdir ~/.cargo/bin
- export PATH=$PATH:~/.cargo/bin
install: