clone bls repo too in the build

pull/297/head
Rongjian Lan 6 years ago
parent cf44817240
commit ea0578dedf
  1. 4
      .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

Loading…
Cancel
Save