diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-23 15:17:28 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-30 10:19:43 -0500 |
commit | cf6cea495ac4425fceda6269c57c72134335308e (patch) | |
tree | c933f72d7064328bfb5eddfbd642db2f55a052a7 /.travis.yml | |
parent | 604ec9f5cb041672efbe6355cd8c43dc691732e2 (diff) | |
download | bfs-cf6cea495ac4425fceda6269c57c72134335308e.tar.xz |
travis: Switch to the LXD-based infrastructure
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8aeb402..44f180f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,13 @@ addons: - libcap-dev - libcap2:i386 -matrix: +jobs: include: - os: linux - dist: xenial + dist: focal + virt: lxd + env: + - TMPDIR=/var/ramfs 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 |