commit 7d9c359f472ea67e5c63c009e292ee4d8dd37ac1 Author: Daniel Swanson Date: Fri Jun 11 12:45:35 2021 -0500 try again diff --git a/.travis.yml b/.travis.yml index 34dee63..894f00e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: homebrew: packages: - icu4c + - utf8cpp before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig libutfcpp-dev; else brew install swig utf8cpp; fi