Update homebrew before installing aspcud

Signed-off-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
David Allsopp 2017-11-15 11:56:54 +00:00
parent 5450e53ff5
commit 9e1aeba5aa
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ case "$TARGET" in
if [ $WITH_OPAM -eq 1 ] ; then
echo -en "travis_fold:start:opam.init\r"
if [ "$TRAVIS_OS_NAME" = "osx" ] ; then
brew update
brew install aspcud
PREFIX=/Users/travis
else