Only install CA certificates for public Send test

This commit is contained in:
timvisee 2019-03-11 12:12:26 +01:00
parent 941ee52ab5
commit d6dbc66941
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -131,7 +131,7 @@ test-public:
RUST_TARGET: x86_64-unknown-linux-musl RUST_TARGET: x86_64-unknown-linux-musl
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y openssl - apt-get install -y ca-certificates
script: script:
# Generate random file, upload/download and assert equality # Generate random file, upload/download and assert equality
- "head -c8m </dev/urandom >test.txt" - "head -c8m </dev/urandom >test.txt"