Remove travis support

This commit is contained in:
Mickael Remond
2018-01-05 12:50:38 +01:00
parent 51d6759354
commit 302e971773

View File

@@ -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