aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fe05a98..47b30bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,10 @@ compiler:
before_install:
- sudo apt install -y libgmp-dev
script:
- - git clone https://github.com/herumi/cybozulib.git
- - git clone https://github.com/herumi/xbyak.git
- - git clone https://github.com/herumi/mcl.git
- - git clone https://github.com/herumi/bls.git
+ - git clone --depth 1 https://github.com/herumi/cybozulib.git
+ - git clone --depth 1 https://github.com/herumi/xbyak.git
+ - git clone --depth 1 https://github.com/herumi/mcl.git
+ - git clone --depth 1 https://github.com/herumi/bls.git
- cd bls
- make UNIT=4 test run_go
- make clean