Update Travis CI to use new test script and go 1.9.x

This commit is contained in:
Kevin Atkinson 2017-11-16 19:44:02 -05:00 committed by Steven Allen
parent edb6434ddf
commit 6472556d6f
2 changed files with 7 additions and 8 deletions

View File

@ -5,17 +5,13 @@ os:
language: go
go:
- 1.8
- 1.9.x
install: true
install:
- make deps-protocol-muxing
before_install:
- make deps
- go get -u github.com/multiformats/go-multicodec
- go get -u github.com/libp2p/go-msgio
#- go vet ./...
script:
- go test ./... -v
- 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