Skip to content

Commit 5d42695

Browse files
committed
Updated deps
Signed-off-by: Vishal Rana <[email protected]>
1 parent 9d10a46 commit 5d42695

File tree

1,515 files changed

+140
-558060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,515 files changed

+140
-558060
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
language: go
22
go:
3-
- 1.9.x
4-
- 1.10.x
3+
- 1.11.x
54
- tip
6-
install:
7-
- go get golang.org/x/tools/cmd/cover
8-
- go get github.com/mattn/goveralls
9-
- go get github.com/modocache/gover
5+
env:
6+
- GO111MODULE=on
107
script:
11-
- go test -coverprofile=armor.coverprofile
12-
- go test -coverprofile=http.coverprofile ./util
13-
- go test -coverprofile=plugin.coverprofile ./plugin
14-
- go test -coverprofile=cmd.coverprofile ./cmd/armor
15-
- gover
16-
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
8+
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
9+
after_success:
10+
- bash <(curl -s https://codecov.io/bash)
1711
matrix:
1812
allow_failures:
1913
- go: tip

0 commit comments

Comments
 (0)