Skip to content

Commit

Permalink
Add a .travis.yml
Browse files Browse the repository at this point in the history
fo
  • Loading branch information
Peltoche committed Oct 1, 2018
1 parent 09ba9bd commit 4112531
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
after_success:
- bash <(curl -s https://codecov.io/bash)
go:
- '1.9'
- 1.10.x
- 1.11.x
install:
- go get -u github.com/axw/gocov/gocov
- go get -u gopkg.in/matm/v1/gocov-html
- go get -u github.com/cee-dub/go-junit-report
- go get -u github.com/stretchr/testify/assert
- go get -u github.com/kr/pretty
- go get -u gopkg.in/yaml.v2
- go get -u github.com/go-openapi/spec
- go get -u github.com/go-openapi/analysis
- go get -u github.com/go-openapi/errors
- go get -u github.com/go-openapi/loads
- go get -u github.com/go-openapi/strfmt
- go get -u github.com/go-openapi/runtime
- go get -u github.com/docker/go-units
language: go
script:
- go test -v -timeout=1m -race -covermode=atomic ./...
- go test -v -timeout=1m -cover -coverprofile=coverage.out ./...
- go test -v -timeout=1m ./...

0 comments on commit 4112531

Please sign in to comment.