Skip to content

Commit 6472556

Browse files
kevinaStebalien
authored andcommitted
Update Travis CI to use new test script and go 1.9.x
1 parent edb6434 commit 6472556

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Diff for: .travis.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ os:
55
language: go
66

77
go:
8-
- 1.8
8+
- 1.9.x
99

10-
install: true
10+
install:
11+
- make deps-protocol-muxing
1112

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 ./...
1713
script:
18-
- go test ./... -v
14+
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
1915

2016
cache:
2117
directories:

Diff for: 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)