diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-29 15:33:34 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-30 16:13:51 -0500 |
commit | bd42878b4af4c9e79c834251a9ab7843b29a0dd7 (patch) | |
tree | 355a61eb1ed08d5e241cbf691887edeba6f1cee5 /.travis.yml | |
parent | 35ff0a8910cc072d6a020819b33fa840800c2815 (diff) | |
download | bfs-bd42878b4af4c9e79c834251a9ab7843b29a0dd7.tar.xz |
travis: Try the experimental FreeBSD environment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1516304..e7c64f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,3 +41,9 @@ jobs: env: *linux_env - os: osx + + - os: freebsd + before_script: + - sudo mount -t fdescfs fdescfs /dev/fd + - sudo ln -s ../usr/local/bin/bash /bin/bash + script: gmake distcheck |