From 0839ca8b29eff01c9f2267ff160f731f2bf3d0d0 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 13 Aug 2015 20:23:50 +0200 Subject: [PATCH] Enable IPv6 build with Travis --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1dc9d19b..477b0d44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ env: - ENABLE_SSL_DYNAMIC_LOADING=YES - ENABLE_WEBSOCKETS=YES - ENABLE_CXX=NO - - ENABLE_IPV6=NO - ENABLE_LUA=NO - ENABLE_LUA_SHARED=NO - C_STANDARD=auto @@ -25,12 +24,20 @@ env: matrix: - BUILD_SHARED=NO NO_FILES=NO + ENABLE_IPV6=NO - BUILD_SHARED=YES NO_FILES=NO + ENABLE_IPV6=NO - BUILD_SHARED=NO NO_FILES=YES + ENABLE_IPV6=NO - BUILD_SHARED=YES NO_FILES=YES + ENABLE_IPV6=NO + - BUILD_SHARED=NO + NO_FILES=NO + ENABLE_IPV6=YES + addons: apt: