summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 12:44:57 +0200
committerGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 12:44:57 +0200
commit0d9b72d8806df969a7a4f3dbf0813eb68c52fae0 (patch)
treeef1764cf0c96e7d2acee2a99c50dcd70c681b003
parent62ac943afa64fd4fc16f47c2f23fd90f7c5fff81 (diff)
Revert "Try adding an IPv6 address to interface lo"
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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