mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
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:
parent
ac0e97e5dc
commit
58c4e7e6b6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user