Small .travis.yml update: Consolidate `brew` commands under a single `if`

This commit is contained in:
Doug Bunting 2015-11-17 14:53:54 -08:00
parent d6542506a8
commit 03a04917d0
1 changed files with 1 additions and 2 deletions

View File

@ -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: