Skip to content

Commit

Permalink
fix(circle.yml): add Cargo to $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Sep 4, 2016
1 parent 2a5d502 commit f9515fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f9515fb

Please sign in to comment.