mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Create .travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.13.x
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
||||||
Reference in New Issue
Block a user