mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
1c9aa249a9
TravisCI has removed IPv6 support in 2016. To cope with this regression in the testing infrastructure, disable all tests on Travis that depend on the system being able to handle ::1 as an IP address. Normal unit testing still uses the full test suite.
9 lines
188 B
YAML
9 lines
188 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: make && make travis && ./sslsplit -V
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq libssl-dev libevent-dev check
|