1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Travis: Check if IPv6 is enabled at the build server

This commit is contained in:
bel
2015-08-16 11:45:39 +02:00
parent 2e348608f8
commit a11c12c7c5

View File

@@ -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