소스 검색

Travis: Check if IPv6 is enabled at the build server

bel 10 년 전
부모
커밋
a11c12c7c5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -173,9 +173,10 @@ install:
 
 before_script:
   # Check some settings of the build server
+  - uname -a
   - pwd
   - ls -l
-  - ifconfig
+  - /sbin/ip addr show
   # Generate the build scripts with CMake
   - mkdir output
   - cd output