From 6c8dbd4816ac64301e3f62610ab2a204f910bdbc Mon Sep 17 00:00:00 2001 From: Joost van Griethuysen Date: Sun, 6 Sep 2020 10:48:42 +0200 Subject: [PATCH] BUG: Fix Travis CI bug Fixes the error thrown by travis CI about loading libintl, as suggested in https://github.com/scikit-build/cmake-python-distributions/pull/113. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ce719e4..56dea889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,8 @@ cache: before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; fi - - pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0 + - brew install gettext # Fix proposed in https://github.com/scikit-build/cmake-python-distributions/pull/113 + - pip install scikit-ci scikit-ci-addons - ci_addons --install ../addons install: