From 0d9b72d8806df969a7a4f3dbf0813eb68c52fae0 Mon Sep 17 00:00:00 2001 From: Marvin Sielenkemper Date: Sat, 17 Sep 2016 12:44:57 +0200 Subject: Revert "Try adding an IPv6 address to interface lo" This reverts commit 62ac943afa64fd4fc16f47c2f23fd90f7c5fff81. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32f1e3ee..df4e4abc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,5 @@ before_install: - if command -v brew &>/dev/null; then brew install libtool; fi - if command -v brew &>/dev/null; then brew install openssl mlton; fi - if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi - - if command -v ifconfig &>/dev/null; then sudo ifconfig lo add ::1; fi script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make test -- cgit v1.2.3