fix - ubuntu 18.04 and 20.04 package build

This commit is contained in:
Yuriy Puchkov
2020-08-13 12:44:34 +03:00
parent 082bb0f1cd
commit ea8a689f9e

View File

@@ -3,10 +3,14 @@ sudo: required
language: cpp
addons:
artifacts: true
branches:
only:
- master
- master_nc
- bugfix/RND-467-screenshot-ubuntu-packages-are-broken-18.04-20.04
cache:
directories:
@@ -84,9 +88,9 @@ script:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_script.sh; fi
# - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then source .travis/osx_script.sh; fi
after_success:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_after_success.sh; fi
- echo "Download URL is $TEMP_DOWNLOAD_URL ."
#after_success:
# - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_after_success.sh; fi
# - echo "Download URL is ${TEMP_DOWNLOAD_URL} "
# deploy:
# # Deploy packages to Github Release