From 66fe3d7b6a0899541ba34c469fbeda73bef570b8 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Fri, 8 Jan 2021 00:29:26 +0100 Subject: [PATCH] ci: updates travis --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bde1d8e2..6c40abb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: go -sudo: false notifications: email: false go: - - 1.9 + - 1.15 before_install: - - go get github.com/mattn/goveralls + - GO111MODULE=off go get github.com/mattn/goveralls before_script: - export TZ=Asia/Tokyo - sudo timedatectl set-timezone Asia/Tokyo @@ -15,8 +14,8 @@ script: after_success: - goveralls -service=travis-ci before_deploy: - - go get github.com/mitchellh/gox - - go get github.com/tcnksm/ghr + - GO111MODULE=off go get github.com/mitchellh/gox + - GO111MODULE=off go get github.com/tcnksm/ghr deploy: provider: script script: ./scripts/release.sh