aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-25 19:29:58 -0700
committerSteven Fackler <[email protected]>2017-07-25 19:29:58 -0700
commit1f2716587aa5c50401878faa3d7caf83931a1150 (patch)
tree4f76e84e3d048190d85e92b28c216a241fd8fc76 /circle.yml
parentRemove unused environment variable (diff)
downloadrust-openssl-1f2716587aa5c50401878faa3d7caf83931a1150.tar.xz
rust-openssl-1f2716587aa5c50401878faa3d7caf83931a1150.zip
Only install curl when building openssl
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 0d854910..73dde4a6 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,8 +4,6 @@ job: &JOB
- image: jimmycuadra/rust:1.19.0
steps:
- checkout
- - run: apt-get update
- - run: apt-get install -y curl
- run: ./test/add_target.sh
- restore_cache:
key: registry