Skip to content

Commit a388153

Browse files
committed
enable ci
1 parent cd96520 commit a388153

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.travis.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
os:
2+
- linux
3+
4+
language: go
5+
6+
go:
7+
- 1.12.x
8+
9+
env:
10+
matrix:
11+
- BUILD_DEPTYPE=gomod
12+
13+
14+
# disable travis install
15+
install:
16+
- true
17+
18+
script:
19+
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
20+
21+
22+
cache:
23+
directories:
24+
- $GOPATH/pkg/mod
25+
- $HOME/.cache/go-build
26+
27+
notifications:
28+
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)