From a11c12c7c5148b152e20e56e98a073669de7ce0a Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 16 Aug 2015 11:45:39 +0200 Subject: [PATCH] Travis: Check if IPv6 is enabled at the build server --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9e052cd..589418b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,9 +173,10 @@ install: before_script: # Check some settings of the build server + - uname -a - pwd - ls -l - - ifconfig + - /sbin/ip addr show # Generate the build scripts with CMake - mkdir output - cd output