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