소스 검색

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

bel 10 년 전
부모
커밋
38fecc8961
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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