diff --git a/.travis.yml b/.travis.yml index 284e57a59137f001173f277e5a2955e3f4c0b7ed..7be88a9369eaecee3f0fe146f40a348c8660e5df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,20 +2,18 @@ os: - linux - osx +sudo: false + 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: diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000000000000000000000000000000000..5f88a9ea2785f8dfafe65d5c5fa9663de93ff423 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +coverage: + range: "50...100" +comment: off