Skip to content

Commit 1334b08

Browse files
committedSep 27, 2018
enable Travis and Codecov.
1 parent 925fe64 commit 1334b08

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
 

‎.travis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
os:
2+
- linux
3+
4+
sudo: false
5+
6+
language: go
7+
8+
go:
9+
- 1.9.x
10+
11+
install:
12+
- make deps
13+
14+
script:
15+
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
16+
17+
cache:
18+
directories:
19+
- $GOPATH/src/gx
20+
21+
notifications:
22+
email: false

‎codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage:
2+
range: "50...100"
3+
comment: off

0 commit comments

Comments
 (0)