mirror of https://github.com/cloudreve/Cloudreve
Create .travis.yml
parent
aca8bde521
commit
3d82521d42
|
@ -0,0 +1,7 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.13.x
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
Loading…
Reference in New Issue