mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-01 04:41:45 +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