mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-02-19 08:20:09 +08:00
Merge pull request #16 from libp2p/kevina/travisci
Update Travis CI to use standard test script and go 1.9.x.
This commit is contained in:
commit
785207bc4e
11
.travis.yml
11
.travis.yml
@ -2,19 +2,18 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- 1.9.x
|
||||||
|
|
||||||
install: true
|
install:
|
||||||
|
|
||||||
before_install:
|
|
||||||
- make deps
|
- make deps
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go vet
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||||
- $GOPATH/bin/goveralls -service="travis-ci"
|
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user