mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-10 06:16:27 -05:00
Added travis yml
This commit is contained in:
parent
b471e6bd09
commit
7b698ae116
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
dist: xenial
|
||||
language: go
|
||||
go:
|
||||
- 1.13.x
|
||||
git:
|
||||
depth: 1
|
||||
notifications:
|
||||
email: false
|
||||
before_script:
|
||||
- go get -d ./src/App
|
||||
script:
|
||||
- golangci-lint run ./src/App
|
||||
- go build ./src/App
|
Loading…
Reference in New Issue
Block a user