From be5a99a807beb2fd79dc0ca71b5a92611b1eda52 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sat, 4 Sep 2021 13:33:34 -0700 Subject: Rename the default branch to `main` (#786) We've renamed the default branch from `master` to `main`, so we need to change a bunch of references to that. --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0b7f482..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: go - -arch: - - AMD64 - - ppc64le - -go: - - tip - -install: - - sudo apt-get install -y --no-install-recommends libssh2-1-dev - - make build-libgit2-static - - go get --tags "static" ./... - -script: - - make test-static - -git: - submodules: true - -branches: - only: - - master - - /v\d+/ - - /release-.*/ -- cgit v1.2.3