From 1aef2541a434bd9e88ebd52be72f13d56c5ef748 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 May 2020 12:54:37 -0700 Subject: travis.yml: stop overriding e2fsprogs version (#222) There's no longer a need to override the Ubuntu version that the Travis CI builds install e2fsprogs from, since we now use "dist: bionic", and e2fsprogs in Bionic supports encryption. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce6c160..0de7c6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,12 +46,7 @@ jobs: - name: Integration Tests sudo: required - addons: - apt: - sources: - - sourceline: 'deb http://en.archive.ubuntu.com/ubuntu/ artful main universe' - packages: - - e2fsprogs + before_install: sudo apt-get -y install e2fsprogs install: - go get -u github.com/mattn/goveralls - make test-setup -- cgit v1.2.3