Skip to content

Commit b5ec8fa

Browse files
committed
travis: optimizing .ci/install.sh
1 parent 46d5b57 commit b5ec8fa

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.ci/install.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
set -e
44
set -x
5-
#ls -A | grep -v src | xargs rm -r || :
65
if [[ "$(uname -s)" == 'Darwin' ]]; then
76
brew update || brew update
8-
brew install cmake || true
7+
brew install cmake || :
8+
brew install python3 || :
99
fi
10-
pip install conan --upgrade
11-
pip install conan_package_tools bincrafters_package_tools
12-
conan user
10+
pip3 install conan --upgrade

0 commit comments

Comments
 (0)