mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-25 06:42:13 +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
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- ulimit -n 2048
|
||||
before_install:
|
||||
- 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:
|
||||
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