Explorar el Código

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

bel hace 10 años
padre
commit
38fecc8961
Se han modificado 1 ficheros con 3 adiciones y 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