add install go get gopkg.in/check.v1 in travis

pull/61/head
Minh Doan 6 years ago
parent 0707429f06
commit 4ebb319799
  1. 1
      .travis.yml

@ -6,6 +6,7 @@ install:
- cd $HOME/gopath/src
- cd github.com/simple-rules/harmony-benchmark
- go get ./...
- go get gopkg.in/check.v1
- ./.travis.gofmt.sh
- go build -v ./...
notifications:

Loading…
Cancel
Save