Commit 0eeec1c9 authored by Adin Schmahmann's avatar Adin Schmahmann

ci: use standard libp2p travis script

parent dd8c75c8
os:
- linux
language: go language: go
go: go:
- 1.11.x - 1.14.x
- 1.12.x - 1.15.x
- 1.13.x
- tip env:
before_install: global:
- travis_retry go get github.com/mattn/goveralls - GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod
# disable travis install
install:
- true
script: script:
- go test -v -covermode=count -coverprofile=coverage.out ./... - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
- travis_retry $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
cache:
directories:
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
notifications:
email: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment