From 087ac7a167cd8bbc3fff9f3514bd43f7218bd5be Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Tue, 13 Feb 2018 19:35:09 -0500 Subject: [PATCH] Remove upgrade from Ubuntu 14.0 to 16.04 --- scripts/travis.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 029ef9364b..a18b739a4f 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -13,8 +13,6 @@ if [[ "$action" == "before_install" ]]; then echo "=================================" echo " Before Install " echo "=================================" - sudo do-release-upgrade -f DistUpgradeViewNonInteractive - sudo apt-get -qq update sudo apt-get install -y python-apt autoconf pkg-config e2fslibs-dev libblkid-dev zlib1g-dev liblzo2-dev asciidoc elif [[ "$action" == "install" ]]; then echo "================================="