Fix travis build

pull/297/head
Rongjian Lan 6 years ago
parent cee494936d
commit e0499fef7a
  1. 5
      .travis.yml

@ -9,7 +9,12 @@ install:
- cd $HOME/gopath/src
- cd github.com/harmony-one
- 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