diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-07 10:41:48 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-07 10:41:48 +0800 |
commit | 04ced9f67bab87c48a474716fd31b2dfa663db89 (patch) | |
tree | 6c24aaaa24ec4d77a269eb2c3d1516527eb4a840 | |
parent | 9b43a872c647144bb9a64ac0b0c860183b7df41b (diff) | |
download | dexon-mcl-04ced9f67bab87c48a474716fd31b2dfa663db89.tar.gz dexon-mcl-04ced9f67bab87c48a474716fd31b2dfa663db89.tar.zst dexon-mcl-04ced9f67bab87c48a474716fd31b2dfa663db89.zip |
do not clone
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1f80996..981f16d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ compiler: before_install: - sudo apt install -y libgmp-dev script: - - git clone https://github.com/herumi/mcl.git - - cd mcl - make test DEBUG=1 - make clean - make test_go |