Better export path

This commit is contained in:
Jake Howard 2017-07-12 12:47:38 +01:00
parent 237e912cdb
commit 3b45ebd272
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,6 +1,10 @@
machine:
environment:
PATH: "$HOME/.cargo/bin:$PATH"
dependencies: dependencies:
pre: pre:
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && export PATH=$HOME/.cargo/bin:$PATH - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
test: test:
override: override: