mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-12-15 10:04:01 +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