Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jan 28, 2017
1 parent 6b78910 commit b8b2f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8b2f11

Please sign in to comment.