Browse Source

fix: Travis CI failed to run Conan package manager

pull/31/head
Tom G. Huang 6 years ago
parent
commit
500004b4b9
  1. 2
      .travis/run.sh

2
.travis/run.sh

@ -10,4 +10,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate conan
fi
sudo python build.py
python build.py

Loading…
Cancel
Save