summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-11-23 15:17:28 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-11-30 10:19:43 -0500
commitcf6cea495ac4425fceda6269c57c72134335308e (patch)
treec933f72d7064328bfb5eddfbd642db2f55a052a7
parent604ec9f5cb041672efbe6355cd8c43dc691732e2 (diff)
downloadbfs-cf6cea495ac4425fceda6269c57c72134335308e.tar.xz
travis: Switch to the LXD-based infrastructure
-rw-r--r--.travis.yml7
-rw-r--r--README.md2
2 files changed, 6 insertions, 3 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
diff --git a/README.md b/README.md
index 6babb29..8705546 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![License](http://img.shields.io/badge/license-0BSD-blue.svg)](https://github.com/tavianator/bfs/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/tag/tavianator/bfs?label=version)](https://github.com/tavianator/bfs/releases)
-[![Travis CI Status](https://api.travis-ci.org/tavianator/bfs.svg?branch=main)](https://travis-ci.org/tavianator/bfs)
+[![Travis CI Status](https://api.travis-ci.com/tavianator/bfs.svg?branch=main)](https://travis-ci.com/tavianator/bfs)
[![Cirrus CI Status](https://api.cirrus-ci.com/github/tavianator/bfs.svg)](https://cirrus-ci.com/github/tavianator/bfs)
Breadth-first search for your files.