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

This commit is contained in:
Kevin Atkinson 2017-11-17 22:36:56 -05:00
parent 10a9fb0903
commit a3f5dc469d
2 changed files with 7 additions and 5 deletions

View File

@ -4,14 +4,13 @@ os:
language: go language: go
go: go:
- 1.8 - 1.9.x
install: true install:
- make deps
script: script:
- make deps - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
- go vet
- go test ./...
cache: cache:
directories: directories:

3
codecov.yml Normal file
View File

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