mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 03:22:31 -05:00
16 lines
322 B
YAML
16 lines
322 B
YAML
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
|