Changeset 7874cf8


Ignore:
Timestamp:
Jul 2, 2020, 10:39:32 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
edf0dbd
Parents:
98cfdea
Message:

[ci] kill gpg-agent on travis windows

Thanks to @etr, https://travis-ci.community/t/windows-build-timeout-after-success-ps-shows-gpg-agent/4967/4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r98cfdea r7874cf8  
    105105      bash <(curl -s https://codecov.io/bash)
    106106    fi
     107    if [ "$TRAVIS_OS_NAME" = "windows" ]; then
     108      taskkill //F //PID $(ps -Wla | tr -s ' ' | grep gpg | cut -f2 -d' ')
     109    fi
    107110
    108111notifications:
Note: See TracChangeset for help on using the changeset viewer.