Explorar o código

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

bel %!s(int64=10) %!d(string=hai) anos
pai
achega
38fecc8961
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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