mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-02-14 07:30:08 +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
|
||||
- osx
|
||||
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.9.x
|
||||
|
||||
install: true
|
||||
|
||||
before_install:
|
||||
install:
|
||||
- make deps
|
||||
|
||||
script:
|
||||
- go vet
|
||||
- $GOPATH/bin/goveralls -service="travis-ci"
|
||||
- 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…
Reference in New Issue
Block a user