diff --git a/circle.yml b/circle.yml index acab12714..df34be889 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,9 @@ machine: - pre: - - curl https://sh.rustup.rs -sSf | sh -s -- -y + pre: + - curl https://sh.rustup.rs -sSf | sh -s -- -y + environment: + PATH: $HOME/.cargo/bin:$PATH test: - override: - - make all TASK=test + override: + - make all TASK=test