travis: choco is already installed, just use it

travis-windows
Doug Coleman 2018-12-29 16:42:56 -06:00
parent 15e3715744
commit ae1a9285dc
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ addons:
- libsnappy-dev - libsnappy-dev
before_install: before_install:
- uname -s - uname -s
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make ; fi - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi