Add e2e tests
This commit is contained in:
parent
99a355f25d
commit
601fb7dacf
1163 changed files with 289217 additions and 14195 deletions
23
vendor/github.com/moul/http2curl/.travis.yml
generated
vendored
Normal file
23
vendor/github.com/moul/http2curl/.travis.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.3
|
||||
- tip
|
||||
|
||||
env:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
before_install:
|
||||
- go get -u github.com/axw/gocov/gocov
|
||||
- go get -u github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
|
||||
script:
|
||||
- make build
|
||||
- make test
|
||||
- make cover
|
||||
- goveralls -service=travis-ci -v -covermode=count -coverprofile=profile.out
|
||||
Loading…
Add table
Add a link
Reference in a new issue