Another Travis tweak.
This commit is contained in:
parent
ead82dc994
commit
87691013fa
|
@ -1,4 +1,3 @@
|
|||
echo "Building the patcher"
|
||||
go generate
|
||||
go get
|
||||
go build -ldflags="-s -w" -o Patcher "./patcher"
|
|
@ -1,4 +1,3 @@
|
|||
echo "Updating the dependencies"
|
||||
go get -u github.com/mailru/easyjson/...
|
||||
easyjson -pkg common
|
||||
go get
|
||||
easyjson -pkg common
|
Loading…
Reference in New Issue