Browse Source

Travis/MacOS does not support /sbin/ip, use ifconfig instead

bel 10 years ago
parent
commit
38fecc8961
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.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