diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-30 00:31:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-30 00:31:55 +0300 |
commit | e73c8bcdc6ebc6f9c05ac88723d2b8843f646d3b (patch) | |
tree | 62fa9a135f47db95e362c414d369032238a45949 | |
parent | Travis: lint the config (diff) | |
download | fr24feed-no_more_travis.tar.gz fr24feed-no_more_travis.zip |
bye-bye, Travisno_more_travis
-rw-r--r-- | .travis.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0bc1755..0000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: minimal -os: linux -dist: focal - -services: - - docker - -install: - # GCR & BuildKit don't play nice together, e.g.: - # https://github.com/moby/buildkit/issues/606 - - echo '{}' | sudo tee /etc/docker/daemon.json - - sudo systemctl restart docker - -jobs: - fast_finish: true - - include: - - name: Build native images - script: make docker/build - - name: Build native images using Compose - script: sudo make compose/install && make compose/build - - stage: publish - name: Build & publish multi-arch images - if: branch = master - # buildx isn't installed on Focal. - before_script: make buildx/install - script: make login && make buildx/create && make buildx/push |