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