summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-26 23:13:48 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-26 23:13:48 +0800
commita57114e7fabca64ed27d942708bc23e6d887c924 (patch)
treee0d128be5e27c90bead2a472e10a77a8f1f1f567 /.travis.yml
parentcfe90bc6bd2778475f07f8a45838393b2e3169a2 (diff)
update travis to Ubuntu focal to provide chacha20
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8997db4..22013c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,16 @@ matrix:
compiler: gcc
env: WEXTRAFLAGS=-Werror
sudo: false
+ # use focal which provides libtommath 1.20
+ dist: focal
- env: MULTI=1 WEXTRAFLAGS=-Werror
# libtom has some warnings, so no WEXTRAFLAGS
- env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""
- - env: NOWRITEV=1 WEXTRAFLAGS=-Werror
- # libtomcrypt 1.18.1 fixes clang problems, distro doesn't have that yet
+ # can use an older distro with bundled libtom
+ dist: xenial
+ - env: NOWRITEV=1
- os: linux
compiler: clang
- env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""
- os: osx
compiler: clang
env: WEXTRAFLAGS=""