summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2021-09-04 13:33:34 -0700
committerGitHub <[email protected]>2021-09-04 13:33:34 -0700
commitbe5a99a807beb2fd79dc0ca71b5a92611b1eda52 (patch)
treef0fc2387de9b1f63223c7eabdaab8efb8a171842 /.travis.yml
parentfbaf9d1d1ae0bb7b6e7ed9044945d4c9322d4c76 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
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-.*/