From 03a04917d096c1b15a4058e8e8b432778246a2a6 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 17 Nov 2015 14:53:54 -0800 Subject: [PATCH] Small .travis.yml update: Consolidate `brew` commands under a single `if` --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c8e21bfc4..74c8293fe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ addons: - libunwind8 - zlib1e before_install: - - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; fi - - if test "$TRAVIS_OS_NAME" == "osx"; then brew install icu4c; fi + - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi env: - KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 mono: