summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Eran Meir <eranmeir@gmail.com>2016-01-02 04:26:23 +0200
committerGravatar Eran Meir <eranmeir@gmail.com>2016-01-02 04:26:23 +0200
commit93cb1ae6e054471a464637a89fe8def57617487b (patch)
treee3de678ba341b2c16180d47a62939c0898ef4885
parent8f8bca7350c25d21e079e3513d9b8fad93c42812 (diff)
updating mlton tap
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ead1ad85..d0870280 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
- if command -v apt-get &>/dev/null; then sudo apt-get update -qq; fi
- 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 tap urweb/homebrew-ur; 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