commit ce3eb90b99b8c63b60a1863dd1ad36fbda54cf0c Author: Daniel Swanson Date: Fri Jun 4 14:48:24 2021 -0500 my continuing battle with indentation and yaml diff --git a/.travis.yml b/.travis.yml index 68b3f02..8efb7ed 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