mirror of
https://github.com/libp2p/go-eventbus.git
synced 2026-08-22 15:23:27 +08:00
Compare commits
1 Commits
feat/array
...
ci/enable
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3abafaf475 |
30
.travis.yml
Normal file
30
.travis.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.12.x
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- GOTFLAGS="-race"
|
||||||
|
matrix:
|
||||||
|
- BUILD_DEPTYPE=gomod
|
||||||
|
|
||||||
|
|
||||||
|
# disable travis install
|
||||||
|
install:
|
||||||
|
- true
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||||
|
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $GOPATH/pkg/mod
|
||||||
|
- $HOME/.cache/go-build
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
3
codecov.yml
Normal file
3
codecov.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
coverage:
|
||||||
|
range: "50...100"
|
||||||
|
comment: off
|
||||||
Reference in New Issue
Block a user