summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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