Test Travis change.

This commit is contained in:
Azareal 2019-09-29 15:35:06 +10:00
parent a9a7501c05
commit ead82dc994
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
echo "Building the patcher"
go generate
go get -u github.com/mailru/easyjson/...
go get
go build -ldflags="-s -w" -o Patcher "./patcher"