summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 12:42:00 +0200
committerGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 12:42:00 +0200
commit62ac943afa64fd4fc16f47c2f23fd90f7c5fff81 (patch)
tree9cf8925be80693099d1f078f41d3714de228a94a
parent8c7115af98f01fc6bc3683f20be252412cb75d1c (diff)
Try adding an IPv6 address to interface lo
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index df4e4abc..32f1e3ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,6 @@ 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