Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
didil committed Oct 12, 2020
1 parent bd6f599 commit 0218344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
- master

go:
- 1.11.x
- 1.15.x

before_install:
- make deps-ci
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test-ci:
bench:
go test -run=XXX -bench=. -benchtime=5s ./pkg/blero/
deps:
go get ./...
go mod download
deps-ci: deps
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls

0 comments on commit 0218344

Please sign in to comment.