We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb6434 commit 6472556Copy full SHA for 6472556
.travis.yml
@@ -5,17 +5,13 @@ os:
5
language: go
6
7
go:
8
- - 1.8
+ - 1.9.x
9
10
-install: true
+install:
11
+ - make deps-protocol-muxing
12
-before_install:
13
- - make deps
14
- - go get -u github.com/multiformats/go-multicodec
15
- - go get -u github.com/libp2p/go-msgio
16
-#- go vet ./...
17
script:
18
- - go test ./... -v
+ - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
19
20
cache:
21
directories:
codecov.yml
@@ -0,0 +1,3 @@
1
+coverage:
2
+ range: "50...100"
3
+comment: off
0 commit comments