diff --git a/.travis.yml b/.travis.yml index 9b6bb8704121..5f4ce715db07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: generic -# Use Ubuntu 18.04 -dist: bionic +# Use Ubuntu 20.04 +dist: focal git: clone: false # Clone manually to work around Travis issues like https://github.com/travis-ci/travis-ci/issues/6337 diff --git a/ci/azure_pipelines/templates/info.yml b/ci/azure_pipelines/templates/info.yml index b46e7e3dc573..efa83bbad843 100644 --- a/ci/azure_pipelines/templates/info.yml +++ b/ci/azure_pipelines/templates/info.yml @@ -5,7 +5,7 @@ steps: # the hash was computed in Mac if [[ $AGENT_OS == "Darwin" ]]; then pushd $BUILD_SOURCESDIRECTORY - EXPECTED_HASH_TRAVIS='7e5de1d2a8ccd0947747164f845b3c195dab93d12e3692f82de969a9b849d937' + EXPECTED_HASH_TRAVIS='ee20821c018bbc7aa7d4ca551d5542f9ae9399b255701a70ccdd808d814adacc' CURRENT_HASH_TRAVIS=$(shasum -a 256 ./.travis.yml | awk '{print $1}') if [[ $EXPECTED_HASH_TRAVIS != $CURRENT_HASH_TRAVIS ]]; then echo "The original Travis file of the project has changed"