aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6af3a64..23c68d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,4 +16,5 @@ script:
- make test_go
- bin/bls_c384_test.exe
- make clean && make -C ../mcl clean
- - make test_ci -j3 test DISABLE_THREAD_TEST=1 MCL_USE_OPENSSL=0
+ - make -j3 MCL_USE_OPENSSL=0
+ - make test_ci DISABLE_THREAD_TEST=1 MCL_USE_OPENSSL=0