We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797390d commit ba76e45Copy full SHA for ba76e45
.travis/before_install.sh
@@ -2,6 +2,8 @@
2
3
# Don't source setup.sh here, because the virtualenv might not be set up yet
4
5
+set -o xtrace
6
+
7
export NUMCORES=`grep -c ^processor /proc/cpuinfo`
8
if [ ! -n "$NUMCORES" ]; then
9
export NUMCORES=`sysctl -n hw.ncpu`
@@ -27,6 +29,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
27
29
install_protobuf
28
30
31
elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
32
+ brew update
33
brew install ccache protobuf
34
if [ "${PYTHON_VERSION}" == "python3" ]; then
35
brew upgrade python
0 commit comments