1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 17:45:24 +00:00
OpenDiablo2/.travis.yml

14 lines
190 B
YAML
Raw Normal View History

2019-10-24 14:03:49 +00:00
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