mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
Update Travis CI to use standard test script and go 1.9.x.
This commit is contained in:
parent
10a9fb0903
commit
a3f5dc469d
@ -4,14 +4,13 @@ os:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9.x
|
||||
|
||||
install: true
|
||||
install:
|
||||
- make deps
|
||||
|
||||
script:
|
||||
- make deps
|
||||
- go vet
|
||||
- go test ./...
|
||||
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
3
codecov.yml
Normal file
3
codecov.yml
Normal file
@ -0,0 +1,3 @@
|
||||
coverage:
|
||||
range: "50...100"
|
||||
comment: off
|
||||
Loading…
x
Reference in New Issue
Block a user