Commit 55ce3e350a043262b7e084cc4eb37451cf9ac487

Daniel Mendler 2019-05-21T14:56:07

last last one - mtest with real rand on gcc, with prng on clang

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/.travis.yml b/.travis.yml
index 75bd216..9df097c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -157,12 +157,12 @@ matrix:
     # GCC for the x86-64 architecture testing against a different Bigint-implementation
     # with 333333 different inputs.
     #- env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --with-travis-valgrind'
-    #- env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
+    - env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
 
     # clang for the x86-64 architecture testing against a different Bigint-implementation
     # with a better random source.
     - env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --with-travis-valgrind'
-    - env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
+    #- env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
 
 
 # Notifications go to