summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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