Merge pull request #48 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-05 01:11:40 +00:00 committed by GitHub
commit 3856705124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View File

@ -1,17 +1,18 @@
os:
- linux
sudo: false
language: go
go:
- 1.8
- 1.9.x
install: true
install:
- make deps
script:
- make deps
- go vet
- go test ./...
- 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