Correct `.travis.yml` typo

This commit is contained in:
Doug Bunting 2015-11-17 15:40:36 -08:00
parent 03a04917d0
commit 606c97d9f8
1 changed files with 1 additions and 1 deletions

View File

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