Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Nov 10, 2018
1 parent 9d10a46 commit 5d42695
Show file tree
Hide file tree
Showing 1,515 changed files with 140 additions and 558,060 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
env:
- GO111MODULE=on
script:
- go test -coverprofile=armor.coverprofile
- go test -coverprofile=http.coverprofile ./util
- go test -coverprofile=plugin.coverprofile ./plugin
- go test -coverprofile=cmd.coverprofile ./cmd/armor
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
- go: tip
Loading

0 comments on commit 5d42695

Please sign in to comment.