Update .travis.yml
This commit is contained in:
parent
21f1c086af
commit
4aa516f6f9
|
@ -7,5 +7,5 @@ before_install:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- ./clean.sh
|
- "./clean.sh"
|
||||||
- $HOME/gopath/bin/goveralls -repotoken W04Y4p452CDeI9gcsC8t5y217uHnUDFCb
|
- $HOME/gopath/bin/goveralls -repotoken W04Y4p452CDeI9gcsC8t5y217uHnUDFCb
|
||||||
|
|
Loading…
Reference in New Issue