Another Travis tweak.

This commit is contained in:
Azareal 2019-09-29 15:40:17 +10:00
parent ead82dc994
commit 87691013fa
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
echo "Building the patcher"
go generate
go get
go build -ldflags="-s -w" -o Patcher "./patcher"

View File

@ -1,4 +1,3 @@
echo "Updating the dependencies"
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
go get
easyjson -pkg common