Remove travis support

disco_info_form
Mickael Remond 6 years ago
parent 51d6759354
commit 302e971773
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -1,15 +0,0 @@
sudo: false
language: go
go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test -v ./xmpp -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
Loading…
Cancel
Save