4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-09 10:19:34 +00:00

Trigger with Linux/3.8

This commit is contained in:
rthomas 2020-10-04 19:42:35 +02:00
parent ab3557654e
commit c6a2b93628

@ -169,7 +169,7 @@ after_success:
#- if [[ -n "$TRAVIS_TAG" ]]; then $PYTHON_BINARY setup.py sdist --formats=zip ;fi
- cd $TRAVIS_BUILD_DIR
- bash ./.github/deploy.sh
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$PYTHON_VERSION" == "3.6" ]]; then $PYTHON_BINARY ./.github/trigger_docker.py ;fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$PYTHON_VERSION" == "3.8" ]]; then $PYTHON_BINARY ./.github/trigger_docker.py ;fi
deploy: