1
0
mirror of https://github.com/libp2p/go-libp2p-peerstore.git synced 2025-02-14 07:30:08 +08:00

Merge pull request from libp2p/kevina/travisci

Update Travis CI to use standard test script and go 1.9.x.
This commit is contained in:
Steven Allen 2017-12-04 23:35:43 +00:00 committed by GitHub
commit 785207bc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
coverage:
range: "50...100"
comment: off