diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-15 18:22:14 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-15 18:22:14 +0800 |
commit | aed6e5980ee16d19a4fb84ba97cb7e782c0594cf (patch) | |
tree | 60f8abdc51f8383f41965131d2cd32c48d45745a /.travis.yml | |
parent | 6d998d1b3872b687b75bddc398dc057c6c22e3cc (diff) | |
download | dexon-bls-aed6e5980ee16d19a4fb84ba97cb7e782c0594cf.tar.gz dexon-bls-aed6e5980ee16d19a4fb84ba97cb7e782c0594cf.tar.zst dexon-bls-aed6e5980ee16d19a4fb84ba97cb7e782c0594cf.zip |
multiInit is disabled if travis-ci and gcc
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3fad5ba..64fdf43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ script: - git clone --depth 1 https://github.com/herumi/bls.git - cd bls - make - - make test + - make test DISABLE_THREAD_TEST=1 - make test_go |