summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2016-03-14 17:01:25 +0100
committerKarel Zak2016-03-14 17:01:25 +0100
commit83a77afb31e16e0c46462dc39e5103c4241bbc36 (patch)
tree92834d69832d4b8cd1d569d596abec11525e27b0 /.travis-functions.sh
parentdocs: add note about libsmartcols Python binding (diff)
downloadkernel-qcow2-util-linux-83a77afb31e16e0c46462dc39e5103c4241bbc36.tar.gz
kernel-qcow2-util-linux-83a77afb31e16e0c46462dc39e5103c4241bbc36.tar.xz
kernel-qcow2-util-linux-83a77afb31e16e0c46462dc39e5103c4241bbc36.zip
travis: let's ignore apt-get return code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 3e16d09a8..fb58df213 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -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 \