diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-02-11 12:23:03 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-02-11 12:23:03 -0500 |
commit | 7419fdf1a24394529ea4aeca0053f7d0262ca39d (patch) | |
tree | 22054625be1a38751e94f72776e0780a0d1fe74f | |
parent | d45f19e132d38d1f63daecc97f45efeeee16987f (diff) | |
download | bfs-7419fdf1a24394529ea4aeca0053f7d0262ca39d.tar.xz |
travis: Do apt-get upgrade
Hopefully this works around
https://salsa.debian.org/apt-team/apt/-/commit/998a17d7e6f834c341f198ca5b6df2f27e18df38
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8b3d780..f0881c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ jobs: - libcap2:i386 - libacl1:i386 - libattr1:i386 + update: true before_script: # Ubuntu doesn't let you install the -dev packages for both amd64 and # i386 at once, so we make our own symlinks to fix -m32 -lacl -lcap |