Small .travis.yml update: Consolidate `brew` commands under a single `if`
This commit is contained in:
parent
01102bba3f
commit
0b0defe446
|
|
@ -11,8 +11,7 @@ addons:
|
||||||
- libunwind8
|
- libunwind8
|
||||||
- zlib1g
|
- zlib1g
|
||||||
before_install:
|
before_install:
|
||||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; fi
|
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
|
||||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew install icu4c; fi
|
|
||||||
env:
|
env:
|
||||||
- KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled
|
- KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled
|
||||||
mono:
|
mono:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue