Skip to content

Commit e6e3d5d

Browse files
committed
travis: add schnorrsig to valgrind and big endian platform test
1 parent 353dff1 commit e6e3d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
- CFLAGS=-O0 CTIMETEST=no
3434
- ECMULTGENPRECISION=2
3535
- ECMULTGENPRECISION=8
36-
- RUN_VALGRIND=yes BIGNUM=no ASM=x86_64 ECDH=yes RECOVERY=yes EXTRAFLAGS="--disable-openssl-tests" BUILD=
36+
- RUN_VALGRIND=yes BIGNUM=no ASM=x86_64 ECDH=yes RECOVERY=yes EXPERIMENTAL=yes SCHNORRSIG=yes EXTRAFLAGS="--disable-openssl-tests" BUILD=
3737
matrix:
3838
fast_finish: true
3939
include:
@@ -81,7 +81,7 @@ matrix:
8181
- libc6-dbg:i386
8282
# S390x build (big endian system)
8383
- compiler: gcc
84-
env: HOST=s390x-unknown-linux-gnu ECDH=yes RECOVERY=yes CTIMETEST=
84+
env: HOST=s390x-unknown-linux-gnu ECDH=yes RECOVERY=yes EXPERIMENTAL=yes SCHNORRSIG=yes CTIMETEST=
8585
arch: s390x
8686

8787
# We use this to install macOS dependencies instead of the built in `homebrew` plugin,

0 commit comments

Comments
 (0)