commit 76d0bd10705a1ed6cfab738ba01623efd3843971 Author: Daniel Swanson Date: Fri Jun 11 12:43:46 2021 -0500 typo in package name diff --git a/.travis.yml b/.travis.yml index 264c085..34dee63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - icu4c before_install: - - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig libutfcpp-dev; else brew install swig utfcpp; fi + - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig libutfcpp-dev; else brew install swig utf8cpp; fi script: - $CXX --version - autoreconf -fvi