From 5436658ce7b7751bf0ba1a5ddb0c91faa5fef8ee Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 29 Mar 2019 23:40:25 +0300 Subject: [PATCH] scripts: travis: accept everything when installing python from choco --- .travis.yml | 2 +- scripts/travis_windows_deps.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00064f14..d189d343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ jobs: after_script: - cd ${TRAVIS_BUILD_DIR} - ccache --show-stats - - sh scripts/yadisk_upload.sh xash3d-osx.tar.bz2 + - sh scripts/yadisk_upload.sh Xash3DFWGS-i386.AppImage xash3d-mingw.7z - # ... name: "Build for OSX" cache: ccache diff --git a/scripts/travis_windows_deps.sh b/scripts/travis_windows_deps.sh index d287a9c3..5603b45c 100644 --- a/scripts/travis_windows_deps.sh +++ b/scripts/travis_windows_deps.sh @@ -1,9 +1,7 @@ # python 3.6 -choco install python3 +choco install python3 -y # SDL2 for VC prebuilt curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip unzip SDL2.zip mv SDL2-$SDL_VERSION SDL2_VC - -cd $TRAVIS_BUILD_DIR