Problem: IPv6 is disabled on Travis Precise/Trusty

Solution: add one test run in a docket container environment, which
is currently the only environment where it's possibile to bind a
socket to ::1.
This commit is contained in:
Luca Boccassi 2016-04-18 16:22:49 +01:00
parent ac0e97e5dc
commit 58c4e7e6b6

View File

@ -23,6 +23,11 @@ matrix:
os: osx
- env: BUILD_TYPE=valgrind CURVE=tweetnacl
os: osx
include:
- env: BUILD_TYPE=default CURVE=tweetnacl IPv6=ON
os: linux
dist: precise
sudo: false
sudo: required