From b8b2f110c6ccda83afa2c7ab185f63351ffc7fd6 Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Sat, 28 Jan 2017 19:59:38 +0100 Subject: [PATCH] fix(ci) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b7e934fc..e47d8e68 100644 --- a/circle.yml +++ b/circle.yml @@ -24,4 +24,4 @@ test: - phpunit test/platform.php.test.php - ruby test/platform.ruby.test.rb - python test/platform.python.test.py - - cd platform/rust && cargo test + - cd platform/rust && eval `ssh-agent` && ssh-add /home/ubuntu/.ssh/id_circleci_github && cargo test