commit e14b45bdc060e6757efdc12cb29a2ea347a81de3 Author: Daniel Swanson Date: Fri Jun 4 12:44:55 2021 -0500 ok fine, I'll put the tab back diff --git a/.travis.yml b/.travis.yml index 81a415b..68b3f02 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