Skip to content

Commit

Permalink
添加travis ci 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-boo committed Oct 22, 2020
1 parent 172ea2b commit c4a3e6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Golang travis ci 配置
language: go

script:
- go test -v ./...

0 comments on commit c4a3e6b

Please sign in to comment.