We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973e24 commit 4625658Copy full SHA for 4625658
.travis.yml
@@ -8,6 +8,7 @@ before_install:
8
- go get github.com/axw/gocov/gocov
9
- go get github.com/mattn/goveralls
10
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
11
+ - go get github.com/sergi/go-diff/diffmatchpatch
12
script:
13
- $HOME/gopath/bin/goveralls -service=travis-ci
14
- ./tests.sh --skip-go-test
0 commit comments