commit 3f8cbb3b6f7b7c7a4555952ce3fe7dc8b3136241 Author: Daniel Swanson Date: Thu Jun 3 15:47:37 2021 -0500 see if we can get the Travis tests working diff --git a/.travis.yml b/.travis.yml index 312faa8..68b3f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ compiler: - clang - gcc +addons: + homebrew: + packages: + - icu4c + before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig; else brew install swig; fi script: