Skip to content

Commit 55ce3e3

Browse files
committed
last last one - mtest with real rand on gcc, with prng on clang
1 parent f8ecaf0 commit 55ce3e3

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
@@ -157,12 +157,12 @@ matrix:
157157
# GCC for the x86-64 architecture testing against a different Bigint-implementation
158158
# with 333333 different inputs.
159159
#- env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --with-travis-valgrind'
160-
#- env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
160+
- env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
161161

162162
# clang for the x86-64 architecture testing against a different Bigint-implementation
163163
# with a better random source.
164164
- env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --with-travis-valgrind'
165-
- env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
165+
#- env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
166166

167167

168168
# Notifications go to

0 commit comments

Comments
 (0)