|  | @@ -56,7 +56,13 @@ before_script:
 | 
											
												
													
														|  |    # Check some settings of the build server (operating system, IPv6 availability, directory)
 |  |    # Check some settings of the build server (operating system, IPv6 availability, directory)
 | 
											
												
													
														|  |    - uname -a
 |  |    - uname -a
 | 
											
												
													
														|  |    - ifconfig
 |  |    - ifconfig
 | 
											
												
													
														|  | -  - cat /etc/sysctl.conf
 |  | 
 | 
											
												
													
														|  | 
 |  | +  - cat /etc/network/interfaces
 | 
											
												
													
														|  | 
 |  | +  - if [[ "${ENABLE_IPV6}" == "YES" ]]; then 
 | 
											
												
													
														|  | 
 |  | +      sudo echo "iface lo inet6 loopback" >> /etc/network/interfaces;
 | 
											
												
													
														|  | 
 |  | +      cat /etc/network/interfaces;
 | 
											
												
													
														|  | 
 |  | +      sudo /etc/init.d/networking restart;
 | 
											
												
													
														|  | 
 |  | +      ifconfig;
 | 
											
												
													
														|  | 
 |  | +    fi
 | 
											
												
													
														|  |    - pwd
 |  |    - pwd
 | 
											
												
													
														|  |    - ls -la
 |  |    - ls -la
 | 
											
												
													
														|  |    - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
 |  |    - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
 |