From 87691013fa23ae61028feecf596c5864d9247498 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 15:40:17 +1000 Subject: [PATCH] Another Travis tweak. --- dev-update-travis | 1 - update-deps-linux | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-update-travis b/dev-update-travis index 101ec65f..6dd0aade 100644 --- a/dev-update-travis +++ b/dev-update-travis @@ -1,4 +1,3 @@ echo "Building the patcher" go generate -go get go build -ldflags="-s -w" -o Patcher "./patcher" \ No newline at end of file diff --git a/update-deps-linux b/update-deps-linux index ba85366c..4fc14cc2 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,4 +1,3 @@ echo "Updating the dependencies" -go get -u github.com/mailru/easyjson/... -easyjson -pkg common -go get \ No newline at end of file +go get +easyjson -pkg common \ No newline at end of file