Skip to content

Commit

Permalink
Merge pull request #113 from yunify/zheng1-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
zheng1 authored Apr 20, 2021
2 parents 7d99e7d + 7c4eb2f commit 8f63715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go
go:
- "1.12.x"
- "1.16.x"

install: true
env:
- GO111MODULE=on

script: go test -v -cover -mod=vendor ./pkg/...
script: go test -v -cover -mod=vendor ./pkg/...

0 comments on commit 8f63715

Please sign in to comment.