]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: let's ignore apt-get return code
authorKarel Zak <kzak@redhat.com>
Mon, 14 Mar 2016 16:01:25 +0000 (17:01 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Mar 2016 16:01:25 +0000 (17:01 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index 3e16d09a83292ef7a4817177de6f94052f9bbe7a..fb58df21382ec45103ae426957d8b75b8b7faee9 100755 (executable)
@@ -76,7 +76,7 @@ function travis_install_script
        fi
 
        # install some packages from Ubuntu's default sources
-       sudo apt-get -qq update || return
+       sudo apt-get -qq update
        sudo apt-get install -qq >/dev/null \
                bc \
                btrfs-tools \