commit 8fca95ec26c56a501d03254b900d18e9a25e2dc7 Author: Daniel Swanson Date: Fri Jun 4 12:38:12 2021 -0500 blah diff --git a/.travis.yml b/.travis.yml index 8efb7ed..81a415b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ compiler: addons: homebrew: packages: - - icu4c + - icu4c before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig; else brew install swig; fi