mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
ea6dc07248
Reduce http headers to just one SSLproxy line
9 lines
188 B
YAML
9 lines
188 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: make && make travis && ./sslproxy -V
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq libssl-dev libevent-dev check
|