aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-04-14 08:54:12 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-04-14 08:54:12 +0800
commit737475faeaca06f65f1a95db810ba2aa6f83e422 (patch)
tree7b273c688ee3a21ddf2cd8ae5511fba6910b7917 /.travis.yml
parentfb2abdeec5ce179e70c198ffd500272ba0c33e13 (diff)
downloaddexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar.gz
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar.bz2
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar.lz
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar.xz
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.tar.zst
dexon-bls-737475faeaca06f65f1a95db810ba2aa6f83e422.zip
rename go/blscgo to go/bls
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