summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2016-01-16 10:21:54 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2016-01-16 10:21:54 -0500
commita777dd13f4075418ec883f4eb42e5de1739d50d1 (patch)
tree5b2a4fd7c5476984b096ef542950a9f73c5edaee /.travis.yml
parent4193f262c76fec4df28ae6c31865ea691947d619 (diff)
Use official MLton Homebrew package
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d0870280..0b2b8b90 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 urweb/homebrew-ur; fi
+ - if command -v brew &>/dev/null; then brew tap MLton/mlton; 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