Potential fix

This commit is contained in:
Tadas Baltrusaitis 2016-12-21 12:48:46 -05:00
parent 92bfc7014d
commit 270739c191
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ before_install:
fi
fi
- if ["{TRAVIS_OS_NAME}" = osx]; then
- if [ ${TRAVIS_OS_NAME} = osx]; then
brew update;
fi