We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd96520 commit a388153Copy full SHA for a388153
.travis.yml
@@ -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
@@ -0,0 +1,3 @@
+coverage:
+ range: "50...100"
+comment: off
0 commit comments