aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-12-13 13:21:19 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-12-13 13:21:19 +0800
commitc35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2 (patch)
tree20222e1fba1411753572734bf83e27f4b1e1c13d
parent7a36e06984f98153e8b27f5d82603fb7d1227cc8 (diff)
downloaddexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar.gz
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar.bz2
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar.lz
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar.xz
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.tar.zst
dexon-bls-c35a93e6276d74ecdef1d1330fc0e5ad94e9c9f2.zip
run test_ci with -j1
-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