Skip to content

Commit

Permalink
travis.yml: stop overriding e2fsprogs version (#222)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ebiggers committed May 9, 2020
1 parent c576433 commit 1aef254
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aef254

Please sign in to comment.