Fix homebrew issue on Travis (#230)

This commit is contained in:
Casey Rodarmor 2017-10-11 13:13:27 -07:00 committed by GitHub
parent 8fa91a4eb1
commit f1a403541c

View File

@ -34,6 +34,7 @@ matrix:
os: osx os: osx
before_install: before_install:
- set -e - set -e
- brew update
- brew install dash - brew install dash
# *BSD # *BSD