1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

install openssl on travis

This commit is contained in:
Nikolay Kim 2018-05-23 20:43:27 -07:00
parent d27ab00b71
commit 6972632c1a

View File

@ -1,5 +1,14 @@
sudo: false
env:
global:
- OPENSSL_VERSION=openssl-1.0.2
before_install:
- sudo add-apt-repository -y ppa:0k53d-karl-f830m/openssl
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev
cache:
directories:
- $HOME/cargo