Skip to content

Commit 4625658

Browse files
sbarzowskisparkprime
authored andcommitted
Travis fix as suggested by @jamesonjlee (google#230)
1 parent 2973e24 commit 4625658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ before_install:
88
- go get github.com/axw/gocov/gocov
99
- go get github.com/mattn/goveralls
1010
- 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
1112
script:
1213
- $HOME/gopath/bin/goveralls -service=travis-ci
1314
- ./tests.sh --skip-go-test

0 commit comments

Comments
 (0)