Skip to content

Commit

Permalink
BUG: Fix Travis CI bug
Browse files Browse the repository at this point in the history
Fixes the error thrown by travis CI about loading libintl, as suggested in scikit-build/cmake-python-distributions#113.
  • Loading branch information
Joost van Griethuysen committed Sep 29, 2020
1 parent a568ee0 commit 6c8dbd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c8dbd4

Please sign in to comment.