mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-25 19:46:50 -05:00
Updated travis script.
This commit is contained in:
parent
7b698ae116
commit
0b52ccd81b
@ -1,13 +1,6 @@
|
||||
dist: xenial
|
||||
language: go
|
||||
go:
|
||||
- 1.13.x
|
||||
script: buildci.sh
|
||||
git:
|
||||
depth: 1
|
||||
notifications:
|
||||
email: false
|
||||
before_script:
|
||||
- go get -d ./src/App
|
||||
script:
|
||||
- golangci-lint run ./src/App
|
||||
- go build ./src/App
|
||||
|
4
cibuild.sh
Normal file
4
cibuild.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
go get -d ./src/App
|
||||
golangci-lint run ./src/App
|
||||
go build ./src/App
|
Loading…
Reference in New Issue
Block a user