enable Travis and Codecov.

This commit is contained in:
Raúl Kripalani 2018-09-27 16:12:11 +01:00
parent 925fe64786
commit 1334b08455
2 changed files with 25 additions and 0 deletions

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
os:
- linux
sudo: false
language: go
go:
- 1.9.x
install:
- make deps
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false

3
codecov.yml Normal file
View File

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