From 0c2364bed521171e47be0dcd9bc75fe3eadfe5e4 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 19 Nov 2020 17:43:15 +0000 Subject: [PATCH 1/2] Travis: Remove x509-signature-splice It's been replaced by SpliceSigner. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 801d49d..e9ba44a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,19 +18,11 @@ sudo: false install: - go get -d -v -t ./... - - X509_BRANCH=master - - if [[ "$(go version)" =~ go1.[5678] ]]; then X509_BRANCH=go1.6; fi - - if [[ "$(go version)" =~ go1.9 ]]; then X509_BRANCH=go1.9; fi - - if [[ "$(go version)" =~ go1.10 ]]; then X509_BRANCH=go1.10; fi - - if [[ "$(go version)" =~ go1.11 ]]; then X509_BRANCH=go1.11; fi - - if [[ "$(go version)" =~ go1.12 ]]; then X509_BRANCH=go1.12; fi - - pushd $(go env GOPATH)/src/github.com/namecoin/x509-signature-splice; git checkout $X509_BRANCH; popd - GOXSYS_BRANCH=master # goxsys bug for Go 1.11 and earlier: https://github.com/golang/go/issues/34742 - if [[ "$(go version)" =~ go1.[56789] ]]; then GOXSYS_BRANCH=release-branch.go1.13; fi - if [[ "$(go version)" =~ go1.1[01] ]]; then GOXSYS_BRANCH=release-branch.go1.13; fi - pushd $(go env GOPATH)/src/golang.org/x/sys; git checkout $GOXSYS_BRANCH; popd - - go generate -v github.com/namecoin/x509-signature-splice/... - go get -v -t ./... - env GOOS=windows GOARCH=amd64 go get -d -v -t ./... script: From 60839df4341c085c1b2366dbd22a6761396718a9 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 19 Nov 2020 18:42:58 +0000 Subject: [PATCH 2/2] Travis: Update IRC notifications --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9ba44a..64e17d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,9 @@ go: notifications: irc: + if: repo = namecoin/ncprop279 channels: - - "chat.freenode.net#namecoin-dev" + - "irc.oftc.net#namecoin-dev" on_success: never sudo: false