16 lines
322 B
YAML
Raw Normal View History

2019-10-01 12:22:30 -03:00
language: go
go:
- 1.6
- tip
before_install:
- go get golang.org/x/tools/cmd/cover
script:
- go vet ./...
# - $HOME/gopath/bin/goveralls -coverprofile=coverage.cov -service=travis-ci
# - bash <(curl -s https://codecov.io/bash)
- go test -bench=. -benchmem ./...
#- sh ./install_all_cmd.sh