1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-05 19:14:14 -04:00
OpenDiablo2/.travis.yml
2019-10-24 10:03:49 -04:00

14 lines
190 B
YAML

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