aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index f77fdda7..4dfa7ee7 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -4,6 +4,7 @@ set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
+ sw_vers
brew update || brew update
brew outdated openssl || brew upgrade openssl