mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-12-28 19:03:49 +08:00
travis
This commit is contained in:
parent
216502266c
commit
76efe33c99
1 changed files with 10 additions and 0 deletions
10
travis.yml
Normal file
10
travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.13.x"
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
install: true
|
||||
|
||||
script: go run *.go version
|
Loading…
Reference in a new issue