We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fbaad commit b16a0a0Copy full SHA for b16a0a0
1 file changed
.travis.yml
@@ -43,7 +43,7 @@ before_install:
43
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" ; fi
44
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-get -yq update ; fi
45
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install ${PACKAGES} ; fi
46
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
47
48
script:
49
- python3 make.py -clean -build -unit_test -${COMPILER} -Debug -x86
0 commit comments