Correct `.travis.yml` typo
This commit is contained in:
parent
03a04917d0
commit
606c97d9f8
|
|
@ -9,7 +9,7 @@ addons:
|
|||
- libicu-dev
|
||||
- libssl-dev
|
||||
- libunwind8
|
||||
- zlib1e
|
||||
- zlib1g
|
||||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue