ref: edf0dbd23a41122c7a64af6524dc96c1beacd123
parent: 7874cf80d3143320796d104e7d1c5471eceb4e4b
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 06:55:11 EDT 2020
[ci] comment out windows travis for now, revert previous windows hack
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,14 +50,14 @@
os: osx
env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
- - name: "Windows (Python 3.8.0, lib only)"
- language: shell
- os: windows
- before_install:
- - choco install python --version 3.8.0
- - choco install make
- - python -m pip install --upgrade pip
- env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1
+# - name: "Windows (Python 3.8.0, lib only)"
+# language: shell
+# os: windows
+# before_install:
+# - choco install python --version 3.8.0
+# - choco install make
+# - python -m pip install --upgrade pip
+# env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1
addons:
apt:
@@ -103,9 +103,6 @@
if [[ -z "$AUBIO_NOTESTS" ]]; then
# upload to codecov
bash <(curl -s https://codecov.io/bash)
- fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
- taskkill //F //PID $(ps -Wla | tr -s ' ' | grep gpg | cut -f2 -d' ')
fi
notifications: