summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bc39034..a93f8c7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,6 @@ before_install:
- if command -v apt-get &>/dev/null; then sudo apt-get install -y mlton; fi
- if command -v brew &>/dev/null; then brew update; fi
- if command -v brew &>/dev/null; then brew tap homebrew/boneyard; fi
- - if command -v brew &>/dev/null; then brew install mlton; fi
+ - if command -v brew &>/dev/null; then brew install openssl mlton; fi
script: ./autogen.sh && ./configure && make && make test