From 38fecc89618d0f1bd8d1aa98dec3fd22512d1546 Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 6 Sep 2015 21:13:30 +0200 Subject: [PATCH] Travis/MacOS does not support /sbin/ip, use ifconfig instead --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 066f043e..b1a695e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -942,8 +942,9 @@ before_script: # Check some settings of the build server - uname -a - pwd - - ls -l - - /sbin/ip addr show + #- ls -l + - ifconfig + #- /sbin/ip addr show # Generate the build scripts with CMake - mkdir output - cd output