mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-25 14:52:14 +00:00
Update Travis CI to use standard test script.
This commit is contained in:
parent
1c4cc48691
commit
50fc7d34e3
12
.travis.yml
12
.travis.yml
@ -7,16 +7,16 @@ env:
|
|||||||
- IPFS_REUSEPORT=false
|
- IPFS_REUSEPORT=false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.8.x
|
||||||
- 1.9
|
- 1.9.x
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
script:
|
before_install:
|
||||||
- ulimit -n 2048
|
|
||||||
- make deps
|
- make deps
|
||||||
- go vet
|
|
||||||
- go test ./...
|
script:
|
||||||
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
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