From 4bfde8d51b1739b0c15dbbf411e02dbe4ac5dfad Mon Sep 17 00:00:00 2001 From: web3-bot Date: Fri, 21 May 2021 18:34:08 +0000 Subject: [PATCH] disable Travis --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 98126a8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -os: - - linux - -language: go - -go: - - 1.15.x - -env: - matrix: - - BUILD_DEPTYPE=gomod - -# disable travis install -install: - - true - -# run tests with and without race detection -script: - - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) - - GOTFLAGS="-race" bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) - -cache: - directories: - - $GOPATH/src/gx - - $GOPATH/pkg/mod - - $HOME/.cache/go-build - -notifications: - email: false