diff --git a/.travis.yml b/.travis.yml index 73a4b6f..e1be0bf 100644 --- a/.travis.yml +++ b/.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: diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..5f88a9e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +coverage: + range: "50...100" +comment: off