diff --git a/travis_setup.sh b/travis_setup.sh index 41ab7db..a94d9f6 100644 --- a/travis_setup.sh +++ b/travis_setup.sh @@ -3,13 +3,9 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt update sudo apt install -y -V ca-certificates lsb-release wget - if [ $(lsb_release --codename --short) = "stretch" ]; then - sudo tee /etc/apt/sources.list.d/backports.list <