aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ee35a62..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-language: minimal
-os: linux
-dist: focal
-
-jobs:
- fast_finish: true
-
- include:
- - name: Test locally
- language: python
- python: '3.6'
- script: ./.travis/local/test.sh
- - name: Test in Docker
- services: [docker]
- script: ./.travis/docker/test.sh
- - stage: publish
- name: 'Docker: build & publish multi-arch images'
- if: branch = master
- services: [docker]
- # buildx isn't installed on Focal.
- before_install: make buildx/install
- script: make login && make buildx/create && make buildx/push