summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 22013c1..60dee96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,13 +10,13 @@ matrix:
compiler: gcc
env: WEXTRAFLAGS=-Werror
sudo: false
- # use focal which provides libtommath 1.20
- dist: focal
+ # 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=""
- # can use an older distro with bundled libtom
- dist: xenial
+ # can use an older distro with bundled libtom
+ dist: xenial
- env: NOWRITEV=1
- os: linux
compiler: clang