commit 8472221e45f2ddb4e95600252ec8d1f331477966 parent c9bb46504600aaab195e1c3644f8709cfc3a82cb Author: Marcel <mtrnord1@gmail.com> Date: Mon, 16 Jan 2017 17:41:43 +0100 (circleci) try to fix the crates promblem Diffstat:
| M | circle.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/circle.yml b/circle.yml @@ -3,5 +3,5 @@ machine: - curl -sS https://static.rust-lang.org/rustup.sh | sudo sh test: override: - - cargo build -v - - cargo test -v + - eval `ssh-agent` && ssh-add /home/ubuntu/.ssh/id_circleci_github && cargo build -v + - eval `ssh-agent` && ssh-add /home/ubuntu/.ssh/id_circleci_github && cargo test -v