1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-18 13:15:24 +00:00

Added travis yml

This commit is contained in:
Tim Sarbin 2019-10-24 10:03:49 -04:00
parent b471e6bd09
commit 7b698ae116

13
.travis.yml Normal file
View 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