1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-01-13 04:46:38 -05:00

Another travisci update

This commit is contained in:
Tim Sarbin 2019-10-24 10:14:53 -04:00
parent 0b52ccd81b
commit 721a467bf7

View File

@ -1,4 +1,4 @@
#!/bin/bash
go get -d ./src/App
go get ./src/App
golangci-lint run ./src/App
go build ./src/App