diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 23:36:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-30 00:11:53 +0300 |
commit | f305c205aec131d91b3ff9f0efc016ee767a8c44 (patch) | |
tree | ae45bc5acb738c7003266370a65c2d5becbbf3ab /.travis.yml | |
parent | Travis: lint the config (diff) | |
download | cgitize-f305c205aec131d91b3ff9f0efc016ee767a8c44.tar.gz cgitize-f305c205aec131d91b3ff9f0efc016ee767a8c44.zip |
bye-bye, Travisno_more_travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
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 |