From ea0578dedf42c917cae4ec6d313e2f3e69d7f148 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Tue, 22 Jan 2019 22:27:43 +0000 Subject: [PATCH] clone bls repo too in the build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 85d815f04..852452d8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ install: - git clone https://github.com/harmony-one/mcl.git - cd mcl - make test + - cd .. + - git clone https://github.com/harmony-one/bls.git + - cd bls + - make test - cd ../harmony - go get -t -v ./... - go get -u golang.org/x/lint/golint